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

apt: 2.7.13 -> 2.7.14
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-03-23 02:57:38 +00:00 committed by GitHub
commit a54ffba493
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.13";
version = "2.7.14";
src = fetchurl {
url = "mirror://debian/pool/main/a/apt/apt_${finalAttrs.version}.tar.xz";
hash = "sha256-xCq1XpHXvuX8v3/4w1hHFMusqgNl8JHn5gT3+Ek8fjU=";
hash = "sha256-egF4PwW32Q82rqeHHMBnV0ma6K3pM0l6rrbFCCdOc1g=";
};
# cycle detection; lib can't be split