Merge pull request #180718 from whentze/feature/update-dpkg

dpkg: 1.20.9ubuntu2 -> 1.21.1ubuntu2.1
This commit is contained in:
Robert Scott 2022-07-09 21:33:23 +01:00 committed by GitHub
commit 3103a8bba6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "dpkg";
version = "1.20.9ubuntu2";
version = "1.21.1ubuntu2.1";
src = fetchurl {
url = "mirror://ubuntu/pool/main/d/dpkg/dpkg_${version}.tar.xz";
sha256 = "sha256-BuCofGpi9R0cyhvkZqu9IxupqZvZhbE2J/B4wgUqMQw=";
sha256 = "sha256-YvVQbQn2MhOIOE43VO0H1QsKIYCsjNAFzKMoFeSrqZk=";
};
configureFlags = [