Merge pull request #279779 from r-ryantm/auto-update/apt

apt: 2.7.7 -> 2.7.8
This commit is contained in:
Nick Cao
2024-01-10 10:39:12 -05:00
committed by GitHub
+2 -2
View File
@@ -33,11 +33,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "apt";
version = "2.7.7";
version = "2.7.8";
src = fetchurl {
url = "mirror://debian/pool/main/a/apt/apt_${finalAttrs.version}.tar.xz";
hash = "sha256-07PztwFPblYbhsBZuJBA0MdCy6vFdlk8bvqg3Xsk3nc=";
hash = "sha256-nAmiwfGEiftDDWFrk+bfWhX2FHOFanidXjzOCtIZXcY=";
};
# cycle detection; lib can't be split