mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
haskell-pwstore-fast: update to version 2.4.2
This commit is contained in:
parent
dbdde708cd
commit
4c5e35a9e8
1 changed files with 6 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue