Merge pull request #318446 from r-ryantm/auto-update/debianutils

debianutils: 5.17 -> 5.18
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-06-09 18:10:56 +00:00 committed by GitHub
commit e27c2cf0b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [