Unverified Commit be485383 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

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

apt: 2.9.3 -> 2.9.4
parents 3e1b36a7 c2548421
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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