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

apt: 2.9.4 -> 2.9.5
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-06-15 12:40:46 +00:00 committed by GitHub
commit edc78633af
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.9.4";
version = "2.9.5";
src = fetchurl {
url = "mirror://debian/pool/main/a/apt/apt_${finalAttrs.version}.tar.xz";
hash = "sha256-Ra6jeJM7nkaPZWBR7Sv8+TurArs1D5TodUcn6xe0B6Q=";
hash = "sha256-bSstTP+9gxOhHnO8PIb4/5W8Xg3vc1nvrDAz9WMFGJQ=";
};
# cycle detection; lib can't be split