about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorEric Wolf <eric@boese-wolf.eu>2019-08-25 01:24:15 +0200
committerEric Wolf <eric@boese-wolf.eu>2019-08-30 19:27:58 +0200
commit74bfecb7ee35a9eedb200ec8c6ae9f6f737d6b0c (patch)
tree396ab9d94691985402a8b0a5850d9c13b3e7d94e /pkgs/development/libraries
parent26f9a8a5738720d95e278030e9b6f34c9b7f3fc8 (diff)
downloadnixlib-74bfecb7ee35a9eedb200ec8c6ae9f6f737d6b0c.tar
nixlib-74bfecb7ee35a9eedb200ec8c6ae9f6f737d6b0c.tar.gz
nixlib-74bfecb7ee35a9eedb200ec8c6ae9f6f737d6b0c.tar.bz2
nixlib-74bfecb7ee35a9eedb200ec8c6ae9f6f737d6b0c.tar.lz
nixlib-74bfecb7ee35a9eedb200ec8c6ae9f6f737d6b0c.tar.xz
nixlib-74bfecb7ee35a9eedb200ec8c6ae9f6f737d6b0c.tar.zst
nixlib-74bfecb7ee35a9eedb200ec8c6ae9f6f737d6b0c.zip
yubico-pam: unstable-2019-03-19 -> unstable-2019-07-01
Co-Authored-By: Marek Mahut <marek.mahut@gmail.com>
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/yubico-pam/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/yubico-pam/default.nix b/pkgs/development/libraries/yubico-pam/default.nix
index 5d7d0e664c64..e6a3fa9fbe14 100644
--- a/pkgs/development/libraries/yubico-pam/default.nix
+++ b/pkgs/development/libraries/yubico-pam/default.nix
@@ -4,12 +4,12 @@
 
 stdenv.mkDerivation rec {
   pname = "yubico-pam";
-  version = "unstable-2019-03-19";
+  version = "unstable-2019-07-01";
   src = fetchFromGitHub {
     owner = "Yubico";
     repo = pname;
-    rev = "1c6fa66825e77b3ad8df46513d0125bed9bde704";
-    sha256 = "1g41wdwa1wbp391w1crbis4hwz60m3y06rd6j59m003zx40sk9s4";
+    rev = "b5bd00db81e0e0e0ecced65c684080bb56ddc35b";
+    sha256 = "10dq8dqi3jldllj6p8r9hldx9sank9n82c44w8akxrs1vli6nj3m";
   };
 
   nativeBuildInputs = [ autoreconfHook pkgconfig asciidoc libxslt docbook_xsl ];