dpkg: 1.22.0 -> 1.22.1

This commit is contained in:
R. Ryantm 2023-11-03 07:28:15 +00:00
parent 014ba34da3
commit b57bab9604

View File

@ -18,12 +18,12 @@
stdenv.mkDerivation rec {
pname = "dpkg";
version = "1.22.0";
version = "1.22.1";
src = fetchgit {
url = "https://git.launchpad.net/ubuntu/+source/dpkg";
rev = "applied/${version}";
hash = "sha256-q+kP0PuQyGKuKahA1/TwtJG380a/sNR433xZhxvGO9M=";
hash = "sha256-63XRO3Img+XS2F5Krb5DAw0LMhtxB+eJi754O03Lx8Q=";
};
configureFlags = [