apt: 2.7.10 -> 2.7.11

This commit is contained in:
R. Ryantm 2024-02-14 04:59:10 +00:00
parent 35ff7e87ee
commit ef20592cd6

View File

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