apt: 2.9.16 -> 2.9.17

This commit is contained in:
R. Ryantm 2024-12-12 23:38:01 +00:00
parent 52a2613850
commit ca18582e2b

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