summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-08-28 18:13:24 +0200
committerPeter Simons <simons@cryp.to>2014-08-29 12:52:27 +0200
commit4c5e35a9e8e6fcf4bb35190f88e70e726d34edd5 (patch)
tree9d6343c2227e7d1667b4578e9861eafc58a34621
parentdbdde708cdb29248449a52c402d42e4349832c69 (diff)
downloadnixpkgs-4c5e35a9e8e6fcf4bb35190f88e70e726d34edd5.tar
nixpkgs-4c5e35a9e8e6fcf4bb35190f88e70e726d34edd5.tar.gz
nixpkgs-4c5e35a9e8e6fcf4bb35190f88e70e726d34edd5.tar.bz2
nixpkgs-4c5e35a9e8e6fcf4bb35190f88e70e726d34edd5.tar.lz
nixpkgs-4c5e35a9e8e6fcf4bb35190f88e70e726d34edd5.tar.xz
nixpkgs-4c5e35a9e8e6fcf4bb35190f88e70e726d34edd5.tar.zst
nixpkgs-4c5e35a9e8e6fcf4bb35190f88e70e726d34edd5.zip
haskell-pwstore-fast: update to version 2.4.2
-rw-r--r--pkgs/development/libraries/haskell/pwstore-fast/default.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/pwstore-fast/default.nix b/pkgs/development/libraries/haskell/pwstore-fast/default.nix
index 08f18e8fe11..5a92e47417d 100644
--- a/pkgs/development/libraries/haskell/pwstore-fast/default.nix
+++ b/pkgs/development/libraries/haskell/pwstore-fast/default.nix
@@ -1,12 +1,14 @@
 # This file was auto-generated by cabal2nix. Please do NOT edit manually!
 
-{ cabal, base64Bytestring, binary, cryptohash, random, SHA }:
+{ cabal, base64Bytestring, binary, byteable, cryptohash, random }:
 
 cabal.mkDerivation (self: {
   pname = "pwstore-fast";
-  version = "2.4.1";
-  sha256 = "1k98b1s2ld0jx8fy53k8d8pscp6n0plh51b2lj6ai6w8xj4vknw4";
-  buildDepends = [ base64Bytestring binary cryptohash random SHA ];
+  version = "2.4.2";
+  sha256 = "1idpk0cc61jibj50h2a39k37s630c8h5k5d1qvbc89nql4jc132l";
+  buildDepends = [
+    base64Bytestring binary byteable cryptohash random
+  ];
   meta = {
     homepage = "https://github.com/PeterScott/pwstore";
     description = "Secure password storage";