about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authornixpkgs-merge-bot[bot] <148217876+nixpkgs-merge-bot[bot]@users.noreply.github.com>2024-06-09 18:10:56 +0000
committerGitHub <noreply@github.com>2024-06-09 18:10:56 +0000
commite27c2cf0b43e406089d284ceb85a9e2fd88e8e8c (patch)
tree83e0a675f6cea888b424d8ce7e36ee65a7b0d633 /pkgs
parentfc38f0dce9ce0172fb87ecb21b32403d14498e00 (diff)
parent1dda3b95d24d0af26ec9640393c854abd4a0fa76 (diff)
Merge pull request #318446 from r-ryantm/auto-update/debianutils
debianutils: 5.17 -> 5.18
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/de/debianutils/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/de/debianutils/package.nix b/pkgs/by-name/de/debianutils/package.nix
index 0f39abac32692..5696499777fa3 100644
--- a/pkgs/by-name/de/debianutils/package.nix
+++ b/pkgs/by-name/de/debianutils/package.nix
@@ -8,14 +8,14 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "debianutils";
-  version = "5.17";
+  version = "5.18";
 
   src = fetchFromGitLab {
     domain = "salsa.debian.org";
     owner = "debian";
     repo = "debianutils";
     rev = "debian/${finalAttrs.version}";
-    hash = "sha256-lm5pjofLm5RRntvtV+8GVyWZqMhmPs2iGHyvvKDQCvg=";
+    hash = "sha256-rZEDUwx8ldCTVUB1CqghYgaZ4kMGxWCtiFCdoxQDwpo=";
   };
 
   nativeBuildInputs = [