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

dpkg: 1.22.5 -> 1.22.6
This commit is contained in:
rewine
2024-07-21 23:30:13 +08:00
committed by GitHub
@@ -18,12 +18,12 @@
stdenv.mkDerivation rec {
pname = "dpkg";
version = "1.22.5";
version = "1.22.6";
src = fetchgit {
url = "https://git.launchpad.net/ubuntu/+source/dpkg";
rev = "applied/${version}";
hash = "sha256-Rm3DacQF/0yAVtDaixPzE8IZ2Y+RZneCCVBCoYM64K4=";
hash = "sha256-iNaBSnxKMKV4u+X4dvDcq7QIxFGROEV0QrbZEJr5kmw=";
};
configureFlags = [