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

apt: 2.7.10 -> 2.7.11
This commit is contained in:
Pol Dellaiera 2024-02-15 23:03:58 +01:00 committed by GitHub
commit 9fd5eb659a
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.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