summary refs log tree commit diff
path: root/pkgs/os-specific/linux/pam
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-04-09 13:17:31 +0200
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-04-16 18:55:09 +0200
commit99a2cefddeb6c6adad29ad0365f8ff025c46796a (patch)
tree534d4d7c8f3c8fe091b56fd7a3aea9ce3273c68d /pkgs/os-specific/linux/pam
parentbae32a9f5cd558c38a15feec4e08900b832b0eb3 (diff)
downloadnixpkgs-99a2cefddeb6c6adad29ad0365f8ff025c46796a.tar
nixpkgs-99a2cefddeb6c6adad29ad0365f8ff025c46796a.tar.gz
nixpkgs-99a2cefddeb6c6adad29ad0365f8ff025c46796a.tar.bz2
nixpkgs-99a2cefddeb6c6adad29ad0365f8ff025c46796a.tar.lz
nixpkgs-99a2cefddeb6c6adad29ad0365f8ff025c46796a.tar.xz
nixpkgs-99a2cefddeb6c6adad29ad0365f8ff025c46796a.tar.zst
nixpkgs-99a2cefddeb6c6adad29ad0365f8ff025c46796a.zip
pam: 1.3.0 -> 1.3.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'pkgs/os-specific/linux/pam')
-rw-r--r--pkgs/os-specific/linux/pam/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/pam/default.nix b/pkgs/os-specific/linux/pam/default.nix
index 9db581ad527..5a5da4dfc71 100644
--- a/pkgs/os-specific/linux/pam/default.nix
+++ b/pkgs/os-specific/linux/pam/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "linux-pam-${version}";
-  version = "1.3.0";
+  version = "1.3.1";
 
   src = fetchurl {
-    url = "http://www.linux-pam.org/library/Linux-PAM-${version}.tar.bz2";
-    sha256 = "1fyi04d5nsh8ivd0rn2y0z83ylgc0licz7kifbb6xxi2ylgfs6i4";
+    url    = "https://github.com/linux-pam/linux-pam/releases/download/v1.3.1/Linux-PAM-${version}.tar.xz";
+    sha256 = "1nyh9kdi3knhxcbv5v4snya0g3gff0m671lnvqcbygw3rm77mx7g";
   };
 
   patches = stdenv.lib.optionals (stdenv.hostPlatform.libc == "musl") [