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

apt: 2.7.9 -> 2.7.10
This commit is contained in:
Nick Cao 2024-01-30 16:07:10 -05:00 committed by GitHub
commit c11fb8c62a
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.9";
version = "2.7.10";
src = fetchurl {
url = "mirror://debian/pool/main/a/apt/apt_${finalAttrs.version}.tar.xz";
hash = "sha256-Zm9BzWQf+YlMulMbDMT88ZnmSUWH/LgqObANyItGuyc=";
hash = "sha256-VUZsSEqmQJesIPU4tK4ELn9i5hFiBUGNEepPySIdgH4=";
};
# cycle detection; lib can't be split