Skip to content

Commit 37bd886

Browse files
apt: 2.9.8 -> 2.9.16 (#360370)
2 parents eecda1a + 136c3ef commit 37bd886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ap/apt/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333

3434
stdenv.mkDerivation (finalAttrs: {
3535
pname = "apt";
36-
version = "2.9.8";
36+
version = "2.9.16";
3737

3838
src = fetchurl {
3939
url = "mirror://debian/pool/main/a/apt/apt_${finalAttrs.version}.tar.xz";
40-
hash = "sha256-VPt7NL25PqIIESOrNfiTwm/g8+gApU6Onsy18+LslxA=";
40+
hash = "sha256-9ncx162Jm4WZBYFPvtO03ic8/rhcGEUEPxR4x1LsnvQ=";
4141
};
4242

4343
# cycle detection; lib can't be split

0 commit comments

Comments
 (0)