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

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

apt: 2.9.6 -> 2.9.7
parents 553b9595 104ca960
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.6";
  version = "2.9.7";

  src = fetchurl {
    url = "mirror://debian/pool/main/a/apt/apt_${finalAttrs.version}.tar.xz";
    hash = "sha256-eapV5XBc/WmpMSsf8j17WOUyMu4itk0WozPzrmJmDdc=";
    hash = "sha256-y5mvbh/hPZdcjUbJYK9xTTuv3P7Y4VHdkKlGld1KwVs=";
  };

  # cycle detection; lib can't be split