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

debianutils: 5.14 -> 5.15
This commit is contained in:
Weijia Wang 2023-12-10 00:47:10 +01:00 committed by GitHub
commit 4b81e39d8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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