3
0
Fork 0
forked from mirrors/nixpkgs

pam_krb5: 4.10 -> 4.11

(#149652)
This commit is contained in:
R. RyanTM 2022-01-01 13:57:50 -08:00 committed by GitHub
parent 992d016b0e
commit 3f3fee3548
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pam-krb5";
version = "4.10";
version = "4.11";
src = fetchurl {
url = "https://archives.eyrie.org/software/kerberos/pam-krb5-${version}.tar.gz";
sha256 = "09wzxd5zrj5bzqpb01qf148npj5k8hmd2bx2ij1qsy40hdxqyq79";
sha256 = "sha256-UDy+LLGv9L39o7z3+T+U+2ulLCbXCJNOcDmyGC/hCyA=";
};
buildInputs = [ pam libkrb5 ];