Skip to content

Commit

Permalink
apt: 2.9.16 -> 2.9.17 (#364754)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 15, 2024
2 parents fadbff0 + ca18582 commit 4ddc0e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ap/apt/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "apt";
version = "2.9.16";
version = "2.9.17";

src = fetchurl {
url = "mirror://debian/pool/main/a/apt/apt_${finalAttrs.version}.tar.xz";
hash = "sha256-9ncx162Jm4WZBYFPvtO03ic8/rhcGEUEPxR4x1LsnvQ=";
hash = "sha256-MKD1u2blDmY1XqqBAJcZL5d9/rXCqle5xPWYcL57DQQ=";
};

# cycle detection; lib can't be split
Expand Down

0 comments on commit 4ddc0e7

Please sign in to comment.