mfaktc: 0.23.6 -> 0.24.0 (#467689)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-04 12:42:48 +00:00
committed by GitHub
+2 -2
View File
@@ -9,14 +9,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mfaktc";
version = "0.23.6";
version = "0.24.0";
src = fetchFromGitHub {
owner = "primesearch";
repo = "mfaktc";
tag = "${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-+oO2zMGxcnkEUlD1q5Sy79aXp7BtGTTsvbKjPqBt7sw=";
hash = "sha256-7lJ3+v9exe+n+Txkn1vsvSPYLEP4l/0UgHpc6lAGv1Y=";
};
enableParallelBuilding = true;