We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e383460 commit 136c3efCopy full SHA for 136c3ef
pkgs/by-name/ap/apt/package.nix
@@ -33,11 +33,11 @@
33
34
stdenv.mkDerivation (finalAttrs: {
35
pname = "apt";
36
- version = "2.9.8";
+ version = "2.9.16";
37
38
src = fetchurl {
39
url = "mirror://debian/pool/main/a/apt/apt_${finalAttrs.version}.tar.xz";
40
- hash = "sha256-VPt7NL25PqIIESOrNfiTwm/g8+gApU6Onsy18+LslxA=";
+ hash = "sha256-9ncx162Jm4WZBYFPvtO03ic8/rhcGEUEPxR4x1LsnvQ=";
41
};
42
43
# cycle detection; lib can't be split
0 commit comments