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

debianutils: 5.15 -> 5.16
This commit is contained in:
Weijia Wang 2024-01-20 07:58:28 +01:00 committed by GitHub
commit f9eb3e7e66
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.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 = [