apt: 2.9.7 -> 2.9.8 (#349280)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-10-19 01:05:02 +00:00 committed by GitHub
commit a263951e8e
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.7";
version = "2.9.8";
src = fetchurl {
url = "mirror://debian/pool/main/a/apt/apt_${finalAttrs.version}.tar.xz";
hash = "sha256-y5mvbh/hPZdcjUbJYK9xTTuv3P7Y4VHdkKlGld1KwVs=";
hash = "sha256-VPt7NL25PqIIESOrNfiTwm/g8+gApU6Onsy18+LslxA=";
};
# cycle detection; lib can't be split