0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

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

debianutils: 5.19 -> 5.20
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-07-05 12:16:31 +00:00 committed by GitHub
commit 4284c2b73c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,14 +8,14 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "debianutils"; pname = "debianutils";
version = "5.19"; version = "5.20";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "salsa.debian.org"; domain = "salsa.debian.org";
owner = "debian"; owner = "debian";
repo = "debianutils"; repo = "debianutils";
rev = "debian/${finalAttrs.version}"; rev = "debian/${finalAttrs.version}";
hash = "sha256-2YJgHwjD1JyqzdYaicrgKHA/a5KdkdPJnhGQxoq/KpU="; hash = "sha256-SBpB821LPyJhfWqhzQxMI50rTXlShU3ku85oRDla4cw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [