Merge pull request #267447 from trofi/pam-update

pam: 1.5.2 -> 1.5.3
This commit is contained in:
Mario Rodas 2024-01-06 08:02:07 -05:00 committed by GitHub
commit b8c15e6185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "linux-pam";
version = "1.5.2";
version = "1.5.3";
src = fetchurl {
url = "https://github.com/linux-pam/linux-pam/releases/download/v${version}/Linux-PAM-${version}.tar.xz";
sha256 = "sha256-5OxxMakdpEUSV0Jo9JPG2MoQXIcJFpG46bVspoXU+U0=";
url = "https://github.com/linux-pam/linux-pam/releases/download/v${version}/Linux-PAM-${version}.tar.xz";
hash = "sha256-esS1D+7gBKn6iPHf0tL6c4qCiWdjBQzXc7PFSwqBgoM=";
};
patches = [