Commit 4b44b0f2 authored by R. RyanTM's avatar R. RyanTM
Browse files

apt: 2.9.17 -> 2.9.18

parent 83dfdf24
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,11 +34,11 @@

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

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

  # cycle detection; lib can't be split