pam: 1.3.0 -> 1.3.1

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2019-04-09 13:17:31 +02:00 committed by Frederik Rietdijk
parent bae32a9f5c
commit 99a2cefdde

View file

@ -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") [