summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-08-29 11:07:40 +0200
committerPeter Simons <simons@cryp.to>2014-08-29 12:52:27 +0200
commit17a4dce05e4d445dc1f0c46f5908ff4583a8f891 (patch)
treefc12b3e20100296e0584afd9ffe4f0ec0276d2b8 /pkgs
parent6f4b9ebd22ee99a36391d3f9dd04b5cbebfba4c3 (diff)
downloadnixpkgs-17a4dce05e4d445dc1f0c46f5908ff4583a8f891.tar
nixpkgs-17a4dce05e4d445dc1f0c46f5908ff4583a8f891.tar.gz
nixpkgs-17a4dce05e4d445dc1f0c46f5908ff4583a8f891.tar.bz2
nixpkgs-17a4dce05e4d445dc1f0c46f5908ff4583a8f891.tar.lz
nixpkgs-17a4dce05e4d445dc1f0c46f5908ff4583a8f891.tar.xz
nixpkgs-17a4dce05e4d445dc1f0c46f5908ff4583a8f891.tar.zst
nixpkgs-17a4dce05e4d445dc1f0c46f5908ff4583a8f891.zip
haskell-pwstore-fast: update to version 2.4.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/pwstore-fast/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/pwstore-fast/default.nix b/pkgs/development/libraries/haskell/pwstore-fast/default.nix
index 5a92e47417d..a59a9b2d2da 100644
--- a/pkgs/development/libraries/haskell/pwstore-fast/default.nix
+++ b/pkgs/development/libraries/haskell/pwstore-fast/default.nix
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "pwstore-fast";
-  version = "2.4.2";
-  sha256 = "1idpk0cc61jibj50h2a39k37s630c8h5k5d1qvbc89nql4jc132l";
+  version = "2.4.3";
+  sha256 = "02dj297s04fxb4ys9nfdw6aap5zrwlryq515gky0c3af6ss2yiz7";
   buildDepends = [
     base64Bytestring binary byteable cryptohash random
   ];