apt: 2.7.11 -> 2.7.12

This commit is contained in:
R. Ryantm 2024-02-21 07:33:30 +00:00
parent 79597053be
commit 40614517e1

View File

@ -33,11 +33,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "apt";
version = "2.7.11";
version = "2.7.12";
src = fetchurl {
url = "mirror://debian/pool/main/a/apt/apt_${finalAttrs.version}.tar.xz";
hash = "sha256-ZD5skWsyQSmGc5yStEwijMmQv0c/ikHWm5m1RdEMMqc=";
hash = "sha256-5G0Wa1/Ih8LZvKet1+DM2lR7lit2LhJyoIwEJrqpnK8=";
};
# cycle detection; lib can't be split