dpkg: 1.22.19 -> 1.22.20

This commit is contained in:
R. Ryantm
2025-06-08 10:47:42 +00:00
parent 73557c22ec
commit ce93cb704f
+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 = [