Commit ef20592c authored by R. RyanTM's avatar R. RyanTM
Browse files

apt: 2.7.10 -> 2.7.11

parent 35ff7e87
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.7.10";
  version = "2.7.11";

  src = fetchurl {
    url = "mirror://debian/pool/main/a/apt/apt_${finalAttrs.version}.tar.xz";
    hash = "sha256-VUZsSEqmQJesIPU4tK4ELn9i5hFiBUGNEepPySIdgH4=";
    hash = "sha256-ZD5skWsyQSmGc5yStEwijMmQv0c/ikHWm5m1RdEMMqc=";
  };

  # cycle detection; lib can't be split