We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ec4ef8 + 0d51078 commit a3e92b9Copy full SHA for a3e92b9
pkgs/by-name/pk/pkcs11-provider/package.nix
@@ -22,14 +22,14 @@ let
22
in
23
stdenv.mkDerivation rec {
24
pname = "pkcs11-provider";
25
- version = "0.6";
+ version = "1.0";
26
27
src = fetchFromGitHub {
28
owner = "latchset";
29
repo = "pkcs11-provider";
30
rev = "v${version}";
31
fetchSubmodules = true;
32
- hash = "sha256-wYqmxxAzraaVR2+mbsRfgyvD/tapn8UOO0UzBX2ZJH4=";
+ hash = "sha256-Q9dmzYDBco+LLVWdORFTjRyk0RX8qhmZ1m+Kgfeyr04=";
33
};
34
35
buildInputs = [
0 commit comments