aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/p11-kit
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-08-16 20:13:12 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-08-16 20:13:12 -0700
commit86a6c4218e7fd23d2ce249c4ad8f11f6f87a1e94 (patch)
tree871134c5d965ff46fb1ec76b9b29adf4a3ab0787 /pkgs/development/libraries/p11-kit
parent249ba3d3ed76e34f61ab7bb2024b013f3feaafb9 (diff)
p11-kit: 0.23.12 -> 0.23.13
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/p11-kit/versions.
Diffstat (limited to 'pkgs/development/libraries/p11-kit')
-rw-r--r--pkgs/development/libraries/p11-kit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/p11-kit/default.nix b/pkgs/development/libraries/p11-kit/default.nix
index 212547c63a0e..e0e0b59a9a9f 100644
--- a/pkgs/development/libraries/p11-kit/default.nix
+++ b/pkgs/development/libraries/p11-kit/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "p11-kit-${version}";
- version = "0.23.12";
+ version = "0.23.13";
src = fetchFromGitHub {
owner = "p11-glue";
repo = "p11-kit";
rev = version;
- sha256 = "0pb3qlddzbw7dglwnrl7fs9g71vhqk7qzxnb1i4nw633qgy21ga1";
+ sha256 = "1z2rbw2qbwj64i88llc1mkf0263qa0kxc2350kg25r7mghxbw1y6";
};
outputs = [ "out" "dev"];