about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/pwstore-fast/default.nix
blob: 08f18e8fe1136ad850052a5d0581b05d773f0f78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, base64Bytestring, binary, cryptohash, random, SHA }:

cabal.mkDerivation (self: {
  pname = "pwstore-fast";
  version = "2.4.1";
  sha256 = "1k98b1s2ld0jx8fy53k8d8pscp6n0plh51b2lj6ai6w8xj4vknw4";
  buildDepends = [ base64Bytestring binary cryptohash random SHA ];
  meta = {
    homepage = "https://github.com/PeterScott/pwstore";
    description = "Secure password storage";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})