Merge pull request #82271 from r-ryantm/auto-update/dpkg

dpkg: 1.19.7 -> 1.20.0
This commit is contained in:
Mario Rodas 2020-03-15 23:10:14 -05:00 committed by GitHub
commit 7b0398c36e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "dpkg";
version = "1.19.7";
version = "1.20.0";
src = fetchurl {
url = "mirror://debian/pool/main/d/dpkg/dpkg_${version}.tar.xz";
sha256 = "1s4nlaqz4c3p5r85f4il8m21825sfy2s9wgz4ajhl332vzggw9sc";
sha256 = "0009dp4p3d2j5vd956achqczf8qizfixha8hw5hzn3h31qmwqcxn";
};
configureFlags = [
@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "The Debian package manager";
homepage = https://wiki.debian.org/Teams/Dpkg;
homepage = "https://wiki.debian.org/Teams/Dpkg";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ ];