createrepo_c: 0.17.1 -> 0.17.2

This commit is contained in:
R. RyanTM 2021-05-13 17:34:06 +00:00 committed by Jonathan Ringer
parent 2bca73cc65
commit cf09d3039b

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "createrepo_c";
version = "0.17.1";
version = "0.17.2";
src = fetchFromGitHub {
owner = "rpm-software-management";
repo = "createrepo_c";
rev = version;
sha256 = "G2xioH9XWntHFmUfTN2s2mdtIqgTTLKr5jZflwpaC8Q=";
sha256 = "sha256-rcrJjcWj+cTAE3k11Ynr7CQCOWD+rb60lcar0G2w06A=";
};
patches = [