summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-01-20 12:44:50 +0100
committerPeter Simons <simons@cryp.to>2014-01-20 18:28:02 +0100
commit032ea31c47eb3fafdd3e07ca4b109f894c6782d7 (patch)
treea196b48bbe28f676c4c3e373577ac1eaac719be4 /pkgs/development/libraries
parentc5456a7f8914919ca135a4901c0c59091b4b792f (diff)
downloadnixlib-032ea31c47eb3fafdd3e07ca4b109f894c6782d7.tar
nixlib-032ea31c47eb3fafdd3e07ca4b109f894c6782d7.tar.gz
nixlib-032ea31c47eb3fafdd3e07ca4b109f894c6782d7.tar.bz2
nixlib-032ea31c47eb3fafdd3e07ca4b109f894c6782d7.tar.lz
nixlib-032ea31c47eb3fafdd3e07ca4b109f894c6782d7.tar.xz
nixlib-032ea31c47eb3fafdd3e07ca4b109f894c6782d7.tar.zst
nixlib-032ea31c47eb3fafdd3e07ca4b109f894c6782d7.zip
haskell-cryptohash: update to version 0.11.2
Diffstat (limited to 'pkgs/development/libraries')
-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 839bf4518a19..b888ce6153ab 100644
--- a/pkgs/development/libraries/haskell/cryptohash/default.nix
+++ b/pkgs/development/libraries/haskell/cryptohash/default.nix
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "cryptohash";
-  version = "0.11.1";
-  sha256 = "0ww7bikl8i50m1pwkqp145bfsiy07npnjw48j3il4w2ia0b3axmy";
+  version = "0.11.2";
+  sha256 = "0az2p7lql1lchl85ca26b5sbvhqsv47daavyfqy84qmr3w3wyr28";
   buildDepends = [ byteable ];
   testDepends = [
     byteable HUnit QuickCheck testFramework testFrameworkHunit