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:
commit
4284c2b73c
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue