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

apt: 2.7.14 -> 2.9.2
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-05-01 20:02:01 +00:00 committed by GitHub
commit a72fb30f43
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.14";
version = "2.9.2";
src = fetchurl {
url = "mirror://debian/pool/main/a/apt/apt_${finalAttrs.version}.tar.xz";
hash = "sha256-egF4PwW32Q82rqeHHMBnV0ma6K3pM0l6rrbFCCdOc1g=";
hash = "sha256-gKp0RmsTLlDtjQFZ8Q5kpEi2psZHI9YsQrg6UZnKA6c=";
};
# cycle detection; lib can't be split