p11-kit: 0.25.0 -> 0.25.3
Changes: - https://github.com/p11-glue/p11-kit/releases/tag/0.25.1 - https://github.com/p11-glue/p11-kit/releases/tag/0.25.2 - https://github.com/p11-glue/p11-kit/releases/tag/0.25.3
This commit is contained in:
parent
c9e3cc43c7
commit
ff08829fdd
1 changed files with 3 additions and 2 deletions
|
@ -16,13 +16,14 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "p11-kit";
|
||||
version = "0.25.0";
|
||||
version = "0.25.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "p11-glue";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-paLiRYgYshuedgDgW2nEsv4/Loq6qFyQMjfBJwqtHzw=";
|
||||
hash = "sha256-zIbkw0pwt4TdyjncnSDeTN6Gsx7cc+x7Un4rnagZxQk=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
outputs = [ "out" "bin" "dev" ];
|
||||
|
|
Loading…
Reference in a new issue