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

dpkg: 1.22.1 -> 1.22.4
This commit is contained in:
Weijia Wang 2024-03-07 09:49:03 +01:00 committed by GitHub
commit 31c8d553de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,12 +18,12 @@
stdenv.mkDerivation rec {
pname = "dpkg";
version = "1.22.1";
version = "1.22.4";
src = fetchgit {
url = "https://git.launchpad.net/ubuntu/+source/dpkg";
rev = "applied/${version}";
hash = "sha256-63XRO3Img+XS2F5Krb5DAw0LMhtxB+eJi754O03Lx8Q=";
hash = "sha256-tpYSOimBd78rAthQUga/MNraWll9qEA+vRG+/F+t3mM=";
};
configureFlags = [