summary refs log tree commit diff
path: root/pkgs/development/misc
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2021-05-07 20:47:02 +0200
committerRobert Hensing <robert@roberthensing.nl>2021-05-07 20:47:02 +0200
commit0f000b836e39297b1cb824c6f0c1871870265ec1 (patch)
treed29931ee36abac09b583fbc564240c59458a7b5f /pkgs/development/misc
parent50530ec8b8590fdd6d9d52618281c0bfcd7515f4 (diff)
downloadnixpkgs-0f000b836e39297b1cb824c6f0c1871870265ec1.tar
nixpkgs-0f000b836e39297b1cb824c6f0c1871870265ec1.tar.gz
nixpkgs-0f000b836e39297b1cb824c6f0c1871870265ec1.tar.bz2
nixpkgs-0f000b836e39297b1cb824c6f0c1871870265ec1.tar.lz
nixpkgs-0f000b836e39297b1cb824c6f0c1871870265ec1.tar.xz
nixpkgs-0f000b836e39297b1cb824c6f0c1871870265ec1.tar.zst
nixpkgs-0f000b836e39297b1cb824c6f0c1871870265ec1.zip
haskellPackages.hercules-ci-optparse-applicative: 2021-03-05 -> 2021-03-18
Diffstat (limited to 'pkgs/development/misc')
-rw-r--r--pkgs/development/misc/haskell/hercules-ci-optparse-applicative.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/misc/haskell/hercules-ci-optparse-applicative.nix b/pkgs/development/misc/haskell/hercules-ci-optparse-applicative.nix
index 7f49430c15c..17bedd5e7d3 100644
--- a/pkgs/development/misc/haskell/hercules-ci-optparse-applicative.nix
+++ b/pkgs/development/misc/haskell/hercules-ci-optparse-applicative.nix
@@ -6,9 +6,8 @@ mkDerivation {
   version = "0.16.1.0";
   src = fetchgit {
     url = "https://github.com/hercules-ci/optparse-applicative.git";
-    sha256 = "0v0r11jaav95im82if976256kncp0ji7nfdrlpbgmwxnkj1hxl48";
-    rev = "f9d1242f9889d2e09ff852db9dc2d231d9a3e8d8";
-    fetchSubmodules = true;
+    sha256 = "05vchaw2rf46hh2128qjpky686iy5hff964mbdhcyiz612jjflyp";
+    rev = "9e2968c09a7c5b29d04578dc68d81ce5aec0591e";
   };
   libraryHaskellDepends = [
     ansi-wl-pprint base process transformers transformers-compat