haskell-pwstore-fast: update to version 2.4.2
This commit is contained in:
parent
dbdde708cd
commit
4c5e35a9e8
@ -1,12 +1,14 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# 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: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pwstore-fast";
|
pname = "pwstore-fast";
|
||||||
version = "2.4.1";
|
version = "2.4.2";
|
||||||
sha256 = "1k98b1s2ld0jx8fy53k8d8pscp6n0plh51b2lj6ai6w8xj4vknw4";
|
sha256 = "1idpk0cc61jibj50h2a39k37s630c8h5k5d1qvbc89nql4jc132l";
|
||||||
buildDepends = [ base64Bytestring binary cryptohash random SHA ];
|
buildDepends = [
|
||||||
|
base64Bytestring binary byteable cryptohash random
|
||||||
|
];
|
||||||
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