about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2023-01-14 12:47:54 +0100
committerGitHub <noreply@github.com>2023-01-14 12:47:54 +0100
commitd0204585358a5488565e21fe214e45a1a7996b11 (patch)
tree01bb9b16439164b2e368a3b91b426f652dbacaa1 /pkgs
parentfe3fb8e1d4ca275acc84a1f73789c77c5d66ff3c (diff)
parent3957ab13791c2df3cd324310dc86a5605ea011ec (diff)
Merge pull request #183562 from r-ryantm/auto-update/munge
munge: 0.5.14 -> 0.5.15
Diffstat (limited to 'pkgs')
-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;