summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-12-10 12:43:39 +0100
committerPeter Simons <simons@cryp.to>2012-12-10 12:43:47 +0100
commit657cab05d8f30254027c9d7e44e7d71c5679c42e (patch)
treeacbd8e46c575c4434f621c1b08a52877dc26afda
parentd0eb00b5785bd403f50fb5b161154b87862b9173 (diff)
downloadnixlib-657cab05d8f30254027c9d7e44e7d71c5679c42e.tar
nixlib-657cab05d8f30254027c9d7e44e7d71c5679c42e.tar.gz
nixlib-657cab05d8f30254027c9d7e44e7d71c5679c42e.tar.bz2
nixlib-657cab05d8f30254027c9d7e44e7d71c5679c42e.tar.lz
nixlib-657cab05d8f30254027c9d7e44e7d71c5679c42e.tar.xz
nixlib-657cab05d8f30254027c9d7e44e7d71c5679c42e.tar.zst
nixlib-657cab05d8f30254027c9d7e44e7d71c5679c42e.zip
haskell-cryptohash: update to version 0.8.1
-rw-r--r--pkgs/development/libraries/haskell/cryptohash/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/cryptohash/default.nix b/pkgs/development/libraries/haskell/cryptohash/default.nix
index 09c977c4095a..e0724e49ccbf 100644
--- a/pkgs/development/libraries/haskell/cryptohash/default.nix
+++ b/pkgs/development/libraries/haskell/cryptohash/default.nix
@@ -2,10 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "cryptohash";
-  version = "0.7.10";
-  sha256 = "02qvjic4xnljimpd156q28gmqf3g8m0hgijn18rx7digilqjmsgl";
-  isLibrary = true;
-  isExecutable = true;
+  version = "0.8.1";
+  sha256 = "1xxnmxfpd77ahyjhy2fq3fxhiivhj6k12v1z72ndyhrd3369zqky";
   buildDepends = [ cereal cryptoApi tagged ];
   meta = {
     homepage = "http://github.com/vincenthz/hs-cryptohash";