pam: 1.3.1 -> 1.5.1
This commit is contained in:
parent
de075d25c7
commit
d703c1ef25
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "linux-pam";
|
pname = "linux-pam";
|
||||||
version = "1.3.1";
|
version = "1.5.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/linux-pam/linux-pam/releases/download/v1.3.1/Linux-PAM-${version}.tar.xz";
|
url = "https://github.com/linux-pam/linux-pam/releases/download/v${version}/Linux-PAM-${version}.tar.xz";
|
||||||
sha256 = "1nyh9kdi3knhxcbv5v4snya0g3gff0m671lnvqcbygw3rm77mx7g";
|
sha256 = "sha256-IB1AcwsRNbGzzeoJ8sKKxjTXMYHM0Bcs7d7jZJxXkvw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = stdenv.lib.optionals (stdenv.hostPlatform.libc == "musl") [
|
patches = stdenv.lib.optionals (stdenv.hostPlatform.libc == "musl") [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user