dpkg: 1.22.1 -> 1.22.4

This commit is contained in:
R. Ryantm 2024-03-01 02:34:43 +00:00
parent bbabfca453
commit 507bfd5f0a

View File

@ -18,12 +18,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "dpkg"; pname = "dpkg";
version = "1.22.1"; version = "1.22.4";
src = fetchgit { src = fetchgit {
url = "https://git.launchpad.net/ubuntu/+source/dpkg"; url = "https://git.launchpad.net/ubuntu/+source/dpkg";
rev = "applied/${version}"; rev = "applied/${version}";
hash = "sha256-63XRO3Img+XS2F5Krb5DAw0LMhtxB+eJi754O03Lx8Q="; hash = "sha256-tpYSOimBd78rAthQUga/MNraWll9qEA+vRG+/F+t3mM=";
}; };
configureFlags = [ configureFlags = [