createrepo_c: 1.2.0 -> 1.2.1 (#390818)

This commit is contained in:
Nick Cao
2025-03-18 15:19:12 -04:00
committed by GitHub
+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 = ''