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

dpkg: 1.21.22 -> 1.22.0
This commit is contained in:
Weijia Wang 2023-08-31 22:59:45 +02:00 committed by GitHub
commit 998616d850
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,12 +18,12 @@
stdenv.mkDerivation rec {
pname = "dpkg";
version = "1.21.22";
version = "1.22.0";
src = fetchgit {
url = "https://git.launchpad.net/ubuntu/+source/dpkg";
rev = "applied/${version}";
hash = "sha256-tP2PNUrq90CXVDJZM7TG42dSEUVW2iQjaOVRjF7leSc=";
hash = "sha256-q+kP0PuQyGKuKahA1/TwtJG380a/sNR433xZhxvGO9M=";
};
configureFlags = [