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

dpkg: 1.22.4 -> 1.22.5
This commit is contained in:
Weijia Wang 2024-03-17 22:43:55 +01:00 committed by GitHub
commit 8904e65ca8
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.4";
version = "1.22.5";
src = fetchgit {
url = "https://git.launchpad.net/ubuntu/+source/dpkg";
rev = "applied/${version}";
hash = "sha256-tpYSOimBd78rAthQUga/MNraWll9qEA+vRG+/F+t3mM=";
hash = "sha256-Rm3DacQF/0yAVtDaixPzE8IZ2Y+RZneCCVBCoYM64K4=";
};
configureFlags = [