Unverified Commit 57afa278 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

dpkg: 1.22.11 -> 1.22.19 (#370245)

parent e71704a7
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -19,12 +19,12 @@

stdenv.mkDerivation rec {
  pname = "dpkg";
  version = "1.22.11";
  version = "1.22.19";

  src = fetchgit {
    url = "https://git.launchpad.net/ubuntu/+source/dpkg";
    rev = "applied/${version}";
    hash = "sha256-mKyS0lPTG3ROcw8AhB4IdjNjvZK2YTGV9pbpjz/OLAc=";
    hash = "sha256-lSuq5VqBj5yKusZaT50sOf82/wd2FeS4g2ILaZT0HPM=";
  };

  configureFlags = [
@@ -112,6 +112,7 @@ stdenv.mkDerivation rec {
    homepage = "https://wiki.debian.org/Teams/Dpkg";
    license = licenses.gpl2Plus;
    platforms = platforms.unix;
    broken = stdenv.hostPlatform.isDarwin;
    maintainers = with maintainers; [ siriobalmelli ];
  };
}