3
0
Fork 0
forked from mirrors/nixpkgs

haskell-pwstore-fast: updated to version 2.2

svn path=/nixpkgs/trunk/; revision=28578
This commit is contained in:
Peter Simons 2011-08-15 08:34:56 +00:00
parent f0c58e316a
commit f3da45c0c0

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "pwstore-fast";
version = "2.1";
sha256 = "1gslxmipv3khv6fp6k62ip7fjn0jchzkhsqcdd8yrrkk8pdqdkya";
version = "2.2";
sha256 = "03b9vr5j6cadvi6w3lr8b9km4jq6jh0vzcmkxzq9qvvly89lx96a";
buildDepends = [ base64Bytestring cryptohash random ];
meta = {
homepage = "https://github.com/PeterScott/pwstore";