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

apt: 2.9.3 -> 2.9.4
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-06-04 11:18:11 +00:00 committed by GitHub
commit be485383a3
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.3";
version = "2.9.4";
src = fetchurl {
url = "mirror://debian/pool/main/a/apt/apt_${finalAttrs.version}.tar.xz";
hash = "sha256-7R0BlcpujXjbulOJ7Eb8/gQiut77vce1GkbJCfa6LXE=";
hash = "sha256-Ra6jeJM7nkaPZWBR7Sv8+TurArs1D5TodUcn6xe0B6Q=";
};
# cycle detection; lib can't be split