summary refs log tree commit diff
path: root/pkgs/development/libraries/p11-kit
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-01 13:04:34 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-01 22:04:34 +0200
commitcf152c2791c3a525736bcd540422d9b99a8f2a38 (patch)
treeed430448d9f799eaca50abf736d2d4ac68b03b1c /pkgs/development/libraries/p11-kit
parentf96c5effd6b0fd11ae5b7174f23ade7c1bcb60aa (diff)
downloadnixpkgs-cf152c2791c3a525736bcd540422d9b99a8f2a38.tar
nixpkgs-cf152c2791c3a525736bcd540422d9b99a8f2a38.tar.gz
nixpkgs-cf152c2791c3a525736bcd540422d9b99a8f2a38.tar.bz2
nixpkgs-cf152c2791c3a525736bcd540422d9b99a8f2a38.tar.lz
nixpkgs-cf152c2791c3a525736bcd540422d9b99a8f2a38.tar.xz
nixpkgs-cf152c2791c3a525736bcd540422d9b99a8f2a38.tar.zst
nixpkgs-cf152c2791c3a525736bcd540422d9b99a8f2a38.zip
p11-kit: 0.23.10 -> 0.23.11 (#41271)
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.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.23.11 with grep in /nix/store/9whclrmrld36nawkkdshhj636jlh1cdm-p11-kit-0.23.11
- directory tree listing: https://gist.github.com/be74c2d2f6d0b1ee2fb5e2b0e30fb945
- du listing: https://gist.github.com/470d2f00cd777773ea45ea6ea280a07a
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 9c663186287..225623fa491 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.10";
+  version = "0.23.11";
 
   src = fetchFromGitHub {
     owner = "p11-glue";
     repo = "p11-kit";
     rev = version;
-    sha256 = "0n0wqv028flzvnxllqv8i6x9nv705csl7ddzi0fzvppc9fp2yinp";
+    sha256 = "08jfxml3w8gn85qz19ps1z8yb66k921z0cgzizqn1ipl9pp5pxyd";
   };
 
   outputs = [ "out" "dev"];