apt: 2.9.17 -> 2.9.18 (#367766)

This commit is contained in:
Pol Dellaiera
2024-12-25 22:44:41 +01:00
committed by GitHub
+2 -2
View File
@@ -34,11 +34,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "apt";
version = "2.9.17";
version = "2.9.18";
src = fetchurl {
url = "mirror://debian/pool/main/a/apt/apt_${finalAttrs.version}.tar.xz";
hash = "sha256-MKD1u2blDmY1XqqBAJcZL5d9/rXCqle5xPWYcL57DQQ=";
hash = "sha256-mQO7u8ibtqRoeggKG/kLuLo2gC7BlrNUmkwf0FAtGjo=";
};
# cycle detection; lib can't be split