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

apt: 2.7.11 -> 2.7.12
This commit is contained in:
lassulus 2024-02-21 19:27:24 +07:00 committed by GitHub
commit a123e0cb46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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