apt: 2.7.6 -> 2.7.7

This commit is contained in:
R. Ryantm
2023-11-24 15:26:43 -03:00
committed by Anderson Torres
parent 2ef00f3e0b
commit d2f4d3b7af
+2 -2
View File
@@ -33,11 +33,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "apt";
version = "2.7.6";
version = "2.7.7";
src = fetchurl {
url = "mirror://debian/pool/main/a/apt/apt_${finalAttrs.version}.tar.xz";
hash = "sha256-hoP1Tv8L9U5R4CWzSL0HdND9Q3eZYW9IUSlWzxXAX2c=";
hash = "sha256-07PztwFPblYbhsBZuJBA0MdCy6vFdlk8bvqg3Xsk3nc=";
};
# cycle detection; lib can't be split