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

dpkg: 1.22.4 -> 1.22.5

authored by Weijia Wang and committed by GitHub 8904e65c 2862623f

+2 -2
+2 -2
pkgs/tools/package-management/dpkg/default.nix
··· 18 19 stdenv.mkDerivation rec { 20 pname = "dpkg"; 21 - version = "1.22.4"; 22 23 src = fetchgit { 24 url = "https://git.launchpad.net/ubuntu/+source/dpkg"; 25 rev = "applied/${version}"; 26 - hash = "sha256-tpYSOimBd78rAthQUga/MNraWll9qEA+vRG+/F+t3mM="; 27 }; 28 29 configureFlags = [
··· 18 19 stdenv.mkDerivation rec { 20 pname = "dpkg"; 21 + version = "1.22.5"; 22 23 src = fetchgit { 24 url = "https://git.launchpad.net/ubuntu/+source/dpkg"; 25 rev = "applied/${version}"; 26 + hash = "sha256-Rm3DacQF/0yAVtDaixPzE8IZ2Y+RZneCCVBCoYM64K4="; 27 }; 28 29 configureFlags = [