apt: 2.9.18 -> 2.9.21

This commit is contained in:
R. Ryantm
2025-01-25 23:29:06 +01:00
committed by Weijia Wang
parent 50056851d9
commit 5ddb146554
+2 -2
View File
@@ -34,11 +34,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "apt";
version = "2.9.18";
version = "2.9.21";
src = fetchurl {
url = "mirror://debian/pool/main/a/apt/apt_${finalAttrs.version}.tar.xz";
hash = "sha256-mQO7u8ibtqRoeggKG/kLuLo2gC7BlrNUmkwf0FAtGjo=";
hash = "sha256-ysdOSPZuAPjF9bxnxDnD1VGgeSGibc1II0rTmLrNbhE=";
};
# cycle detection; lib can't be split