summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-01-22 03:24:53 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-01-22 03:24:53 +0000
commit8ea2027f65d0898b6115b470215736ee73a001e1 (patch)
tree03a045d68a0702177d288ee19b6c9389b41ebd43 /pkgs/tools
parent4311cfa1577c6b3cba7b50e820d2bddacda52484 (diff)
downloadnixpkgs-8ea2027f65d0898b6115b470215736ee73a001e1.tar
nixpkgs-8ea2027f65d0898b6115b470215736ee73a001e1.tar.gz
nixpkgs-8ea2027f65d0898b6115b470215736ee73a001e1.tar.bz2
nixpkgs-8ea2027f65d0898b6115b470215736ee73a001e1.tar.lz
nixpkgs-8ea2027f65d0898b6115b470215736ee73a001e1.tar.xz
nixpkgs-8ea2027f65d0898b6115b470215736ee73a001e1.tar.zst
nixpkgs-8ea2027f65d0898b6115b470215736ee73a001e1.zip
munge: 0.5.13 -> 0.5.14
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/munge/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/munge/default.nix b/pkgs/tools/security/munge/default.nix
index 2d758aa2aec..ee1858ad284 100644
--- a/pkgs/tools/security/munge/default.nix
+++ b/pkgs/tools/security/munge/default.nix
@@ -1,13 +1,13 @@
 { stdenv, fetchFromGitHub, autoreconfHook, gawk, gnused, libgcrypt, zlib, bzip2 }:
 
 stdenv.mkDerivation rec {
-  name = "munge-0.5.13";
+  name = "munge-0.5.14";
 
   src = fetchFromGitHub {
     owner = "dun";
     repo = "munge";
     rev = name;
-    sha256 = "1c4ff3d8ad3inbliszr4slym3b4cn19bn6mxm13mzy20jyi2rm70";
+    sha256 = "15h805rwcb9f89dyrkxfclzs41n3ff8x7cc1dbvs8mb0ds682c4j";
   };
 
   nativeBuildInputs = [ autoreconfHook gawk gnused ];