2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-08-28 18:13:24 +02:00
|
|
|
{ cabal, base64Bytestring, binary, byteable, cryptohash, random }:
|
2011-08-10 01:20:28 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "pwstore-fast";
|
2014-08-29 11:07:40 +02:00
|
|
|
version = "2.4.3";
|
|
|
|
sha256 = "02dj297s04fxb4ys9nfdw6aap5zrwlryq515gky0c3af6ss2yiz7";
|
2014-08-28 18:13:24 +02:00
|
|
|
buildDepends = [
|
|
|
|
base64Bytestring binary byteable cryptohash random
|
|
|
|
];
|
2011-08-10 01:20:28 +02:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/PeterScott/pwstore";
|
2011-08-11 15:03:51 +02:00
|
|
|
description = "Secure password storage";
|
2011-08-10 01:20:28 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|