lol

createrepo_c: 0.17.1 -> 0.17.2

authored by

R. RyanTM and committed by
Jonathan Ringer
cf09d303 2bca73cc

+2 -2
+2 -2
pkgs/tools/package-management/createrepo_c/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "createrepo_c"; 7 - version = "0.17.1"; 7 + version = "0.17.2"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "rpm-software-management"; 11 11 repo = "createrepo_c"; 12 12 rev = version; 13 - sha256 = "G2xioH9XWntHFmUfTN2s2mdtIqgTTLKr5jZflwpaC8Q="; 13 + sha256 = "sha256-rcrJjcWj+cTAE3k11Ynr7CQCOWD+rb60lcar0G2w06A="; 14 14 }; 15 15 16 16 patches = [