Skip to content

Commit a3e92b9

Browse files
pkcs11-provider: 0.6 -> 1.0 (#382958)
Co-authored-by: numinit <[email protected]>
2 parents 3ec4ef8 + 0d51078 commit a3e92b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pk/pkcs11-provider/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ let
2222
in
2323
stdenv.mkDerivation rec {
2424
pname = "pkcs11-provider";
25-
version = "0.6";
25+
version = "1.0";
2626

2727
src = fetchFromGitHub {
2828
owner = "latchset";
2929
repo = "pkcs11-provider";
3030
rev = "v${version}";
3131
fetchSubmodules = true;
32-
hash = "sha256-wYqmxxAzraaVR2+mbsRfgyvD/tapn8UOO0UzBX2ZJH4=";
32+
hash = "sha256-Q9dmzYDBco+LLVWdORFTjRyk0RX8qhmZ1m+Kgfeyr04=";
3333
};
3434

3535
buildInputs = [

0 commit comments

Comments
 (0)