createrepo_c: 1.2.0 -> 1.2.1

This commit is contained in:
R. Ryantm
2025-03-18 00:38:29 +00:00
parent 83b4051e4e
commit e787ee049a
+2 -2
View File
@@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "createrepo_c";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "rpm-software-management";
repo = "createrepo_c";
tag = version;
hash = "sha256-IWn1in1AMN4brekerj+zu1OjTl+PE7fthU5+gcBzVU0=";
hash = "sha256-2mvU2F9rvG4FtDgq+M9VXWg+c+AsW/+tDPaEj7zVmQ0=";
};
postPatch = ''