summary refs log tree commit diff
path: root/pkgs/os-specific/linux/pam
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2020-12-18 21:22:10 -0500
committerTim Steinbach <NeQuissimus@users.noreply.github.com>2020-12-23 12:33:08 -0500
commitd703c1ef25775dbe94e9120fe988db24c2df48c3 (patch)
tree061d6c8838cb7af05e4d73f483f1c00fb85ef2f0 /pkgs/os-specific/linux/pam
parentde075d25c7f72c830e5f05bbacebc8d52929e49d (diff)
downloadnixpkgs-d703c1ef25775dbe94e9120fe988db24c2df48c3.tar
nixpkgs-d703c1ef25775dbe94e9120fe988db24c2df48c3.tar.gz
nixpkgs-d703c1ef25775dbe94e9120fe988db24c2df48c3.tar.bz2
nixpkgs-d703c1ef25775dbe94e9120fe988db24c2df48c3.tar.lz
nixpkgs-d703c1ef25775dbe94e9120fe988db24c2df48c3.tar.xz
nixpkgs-d703c1ef25775dbe94e9120fe988db24c2df48c3.tar.zst
nixpkgs-d703c1ef25775dbe94e9120fe988db24c2df48c3.zip
pam: 1.3.1 -> 1.5.1
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 fb969d7574a..e6fbc9aa097 100644
--- a/pkgs/os-specific/linux/pam/default.nix
+++ b/pkgs/os-specific/linux/pam/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "linux-pam";
-  version = "1.3.1";
+  version = "1.5.1";
 
   src = fetchurl {
-    url    = "https://github.com/linux-pam/linux-pam/releases/download/v1.3.1/Linux-PAM-${version}.tar.xz";
-    sha256 = "1nyh9kdi3knhxcbv5v4snya0g3gff0m671lnvqcbygw3rm77mx7g";
+    url    = "https://github.com/linux-pam/linux-pam/releases/download/v${version}/Linux-PAM-${version}.tar.xz";
+    sha256 = "sha256-IB1AcwsRNbGzzeoJ8sKKxjTXMYHM0Bcs7d7jZJxXkvw=";
   };
 
   patches = stdenv.lib.optionals (stdenv.hostPlatform.libc == "musl") [