apt: 2.9.16 -> 2.9.17 (#364754)

This commit is contained in:
Wolfgang Walther
2024-12-15 19:41:16 +01:00
committed by GitHub
+2 -2
View File
@@ -34,11 +34,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "apt";
version = "2.9.16";
version = "2.9.17";
src = fetchurl {
url = "mirror://debian/pool/main/a/apt/apt_${finalAttrs.version}.tar.xz";
hash = "sha256-9ncx162Jm4WZBYFPvtO03ic8/rhcGEUEPxR4x1LsnvQ=";
hash = "sha256-MKD1u2blDmY1XqqBAJcZL5d9/rXCqle5xPWYcL57DQQ=";
};
# cycle detection; lib can't be split