debianutils: 5.16 -> 5.17

This commit is contained in:
R. Ryantm 2024-03-06 15:32:07 +00:00
parent 45dd476c54
commit 4c58fe2371

View File

@ -8,14 +8,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "debianutils";
version = "5.16";
version = "5.17";
src = fetchFromGitLab {
domain = "salsa.debian.org";
owner = "debian";
repo = "debianutils";
rev = "debian/${finalAttrs.version}";
hash = "sha256-v0sEk0xnFjWsBoDBge57kbANn8afP2EAImgwFihq7bI=";
hash = "sha256-lm5pjofLm5RRntvtV+8GVyWZqMhmPs2iGHyvvKDQCvg=";
};
nativeBuildInputs = [