about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-11-08 14:57:36 +0100
committerPeter Simons <simons@cryp.to>2012-11-08 14:57:36 +0100
commitfffaca133a7a134eb3f7e2c3e31093c7b2f3418c (patch)
tree32d694ed0ad94571d91824cbf25f4c63fd3d1875
parent7c6f3276dc889b6203b6059da09861b15e6d0a9c (diff)
downloadnixlib-fffaca133a7a134eb3f7e2c3e31093c7b2f3418c.tar
nixlib-fffaca133a7a134eb3f7e2c3e31093c7b2f3418c.tar.gz
nixlib-fffaca133a7a134eb3f7e2c3e31093c7b2f3418c.tar.bz2
nixlib-fffaca133a7a134eb3f7e2c3e31093c7b2f3418c.tar.lz
nixlib-fffaca133a7a134eb3f7e2c3e31093c7b2f3418c.tar.xz
nixlib-fffaca133a7a134eb3f7e2c3e31093c7b2f3418c.tar.zst
nixlib-fffaca133a7a134eb3f7e2c3e31093c7b2f3418c.zip
haskell-cryptohash: update to version 0.7.7
-rw-r--r--pkgs/development/libraries/haskell/cryptohash/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/cryptohash/default.nix b/pkgs/development/libraries/haskell/cryptohash/default.nix
index 6f8143a95431..cae517abcf33 100644
--- a/pkgs/development/libraries/haskell/cryptohash/default.nix
+++ b/pkgs/development/libraries/haskell/cryptohash/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "cryptohash";
-  version = "0.7.6";
-  sha256 = "1sx89b4k0wm9a4ivh5zfn0jlccflg4cm0mic3i829l14y5184ngm";
+  version = "0.7.7";
+  sha256 = "0zkj6gnp8v46k0gmmhyhs9xisirzawaq4a4fxadsikzqj9szkvc5";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [ cereal cryptoApi tagged ];