haskell-pwstore-fast: update to version 2.4
This commit is contained in:
parent
89d1a5e670
commit
27d6a637c1
@ -1,10 +1,10 @@
|
|||||||
{ cabal, base64Bytestring, cryptohash, random }:
|
{ cabal, base64Bytestring, binary, cryptohash, random, SHA }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pwstore-fast";
|
pname = "pwstore-fast";
|
||||||
version = "2.3";
|
version = "2.4";
|
||||||
sha256 = "014l4n00lpg5037fkdwnxnv7xjfc3vlz1dphr7hfbqnjwf1z9ibw";
|
sha256 = "0n0qw1w7j1h5c1pk2vscwwnxxb4qx2dd73jr5y1rn63gwd0wp171";
|
||||||
buildDepends = [ base64Bytestring cryptohash random ];
|
buildDepends = [ base64Bytestring binary cryptohash random SHA ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/PeterScott/pwstore";
|
homepage = "https://github.com/PeterScott/pwstore";
|
||||||
description = "Secure password storage";
|
description = "Secure password storage";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user