about summary refs log tree commit diff
path: root/pkgs/tools/security/munge
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-29 01:17:09 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-29 01:17:09 +0000
commit3957ab13791c2df3cd324310dc86a5605ea011ec (patch)
treef34ffa4bfaf852ff852be925c921a39027aef716 /pkgs/tools/security/munge
parent6c36cf7d3f28d923b6333813d6b0188c5e2a4914 (diff)
munge: 0.5.14 -> 0.5.15
Diffstat (limited to 'pkgs/tools/security/munge')
-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 99d72fc7c95c4..fcf9026f215c8 100644
--- a/pkgs/tools/security/munge/default.nix
+++ b/pkgs/tools/security/munge/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "munge";
-  version = "0.5.14";
+  version = "0.5.15";
 
   src = fetchFromGitHub {
     owner = "dun";
     repo = "munge";
     rev = "${pname}-${version}";
-    sha256 = "15h805rwcb9f89dyrkxfclzs41n3ff8x7cc1dbvs8mb0ds682c4j";
+    sha256 = "sha256-Ot/oH/RdfPAzoi3P7EYkxS0Fr24KRWfBJxBEWRF0ctI=";
   };
 
   strictDeps = true;