debianutils: 5.15 -> 5.16

This commit is contained in:
R. Ryantm 2024-01-05 05:19:02 +00:00
parent 434f6aea73
commit 0600edc497

View file

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