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

dpkg: 1.20.7.1 -> 1.20.9
This commit is contained in:
Sandro 2021-04-30 04:11:23 +02:00 committed by GitHub
commit 5a2519d5e6
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.20.7.1";
version = "1.20.9";
src = fetchurl {
url = "mirror://debian/pool/main/d/dpkg/dpkg_${version}.tar.xz";
sha256 = "sha256-Cq0t5of3l++OvavHuv0W3BSX8c4jvZFG+apz85alY28=";
sha256 = "sha256-XOJCgw8hO1Yg8I5sQYOtse9Nydoo0xmIonyHxx/lNM4=";
};
configureFlags = [