mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 08:28:20 +00:00
Merge pull request #122083 from hercules-ci/update-hercules-ci-optparse-applicative
haskellPackages.hercules-ci-optparse-applicative: 2021-03-05 -> 2021-03-18
This commit is contained in:
commit
16067d53d1
|
@ -6,9 +6,8 @@ mkDerivation {
|
||||||
version = "0.16.1.0";
|
version = "0.16.1.0";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/hercules-ci/optparse-applicative.git";
|
url = "https://github.com/hercules-ci/optparse-applicative.git";
|
||||||
sha256 = "0v0r11jaav95im82if976256kncp0ji7nfdrlpbgmwxnkj1hxl48";
|
sha256 = "05vchaw2rf46hh2128qjpky686iy5hff964mbdhcyiz612jjflyp";
|
||||||
rev = "f9d1242f9889d2e09ff852db9dc2d231d9a3e8d8";
|
rev = "9e2968c09a7c5b29d04578dc68d81ce5aec0591e";
|
||||||
fetchSubmodules = true;
|
|
||||||
};
|
};
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
ansi-wl-pprint base process transformers transformers-compat
|
ansi-wl-pprint base process transformers transformers-compat
|
||||||
|
|
Loading…
Reference in a new issue