dpkg: 1.22.19 -> 1.22.20 (#414995)

This commit is contained in:
Wolfgang Walther
2025-06-27 17:39:52 +00:00
committed by GitHub
+2 -2
View File
@@ -19,12 +19,12 @@
stdenv.mkDerivation rec {
pname = "dpkg";
version = "1.22.19";
version = "1.22.20";
src = fetchgit {
url = "https://git.launchpad.net/ubuntu/+source/dpkg";
rev = "applied/${version}";
hash = "sha256-lSuq5VqBj5yKusZaT50sOf82/wd2FeS4g2ILaZT0HPM=";
hash = "sha256-Sw4darMZNFWwvDVBuf0EEdG5Qo2ceiooBrbXWJfCw4o=";
};
configureFlags = [