summary refs log tree commit diff
path: root/pkgs/os-specific/linux/pam_krb5
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-21 01:05:37 -0700
committerMatthew Justin Bauer <mjbauer95@gmail.com>2018-03-25 11:13:36 -0500
commit74907512e14c3ea6ace8256c2ef622fe5e7f4da1 (patch)
treef25de77118378b5c607f05f0c75958dc812c207e /pkgs/os-specific/linux/pam_krb5
parent5fd613599fea4692f43f15152014d2f95f202474 (diff)
downloadnixpkgs-74907512e14c3ea6ace8256c2ef622fe5e7f4da1.tar
nixpkgs-74907512e14c3ea6ace8256c2ef622fe5e7f4da1.tar.gz
nixpkgs-74907512e14c3ea6ace8256c2ef622fe5e7f4da1.tar.bz2
nixpkgs-74907512e14c3ea6ace8256c2ef622fe5e7f4da1.tar.lz
nixpkgs-74907512e14c3ea6ace8256c2ef622fe5e7f4da1.tar.xz
nixpkgs-74907512e14c3ea6ace8256c2ef622fe5e7f4da1.tar.zst
nixpkgs-74907512e14c3ea6ace8256c2ef622fe5e7f4da1.zip
pam_krb5: 4.7 -> 4.8
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 4.8 with grep in /nix/store/lbmm10zm3yif6n33xvw5irzhzsqkwk7b-pam-krb5-4.8
- directory tree listing: https://gist.github.com/8511cb10102508ce5701ed7e0830e60c
Diffstat (limited to 'pkgs/os-specific/linux/pam_krb5')
-rw-r--r--pkgs/os-specific/linux/pam_krb5/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/pam_krb5/default.nix b/pkgs/os-specific/linux/pam_krb5/default.nix
index 3f8c3c28f31..76dbbf1e1be 100644
--- a/pkgs/os-specific/linux/pam_krb5/default.nix
+++ b/pkgs/os-specific/linux/pam_krb5/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, pam, kerberos }:
 
 stdenv.mkDerivation rec {
-  name = "pam-krb5-4.7";
+  name = "pam-krb5-4.8";
 
   src = fetchurl {
     url = "http://archives.eyrie.org/software/kerberos/${name}.tar.gz";
-    sha256 = "04klg9a2rhdz0a2dw4f0ybcm28vcbab6lrynwq7rm4sn0hnzakwv";
+    sha256 = "0j96jfaxzkj1ifc3qxagjmaxvgda7ndqaaxx2ka018is9f5lbfrs";
   };
 
   buildInputs = [ pam kerberos ];