haskell-pwstore-fast: update to version 2.4.2

This commit is contained in:
Peter Simons 2014-08-28 18:13:24 +02:00
parent dbdde708cd
commit 4c5e35a9e8

View file

@ -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";