mfaktc: 0.23.6 -> 0.24.0

This commit is contained in:
R. Ryantm
2025-12-04 01:46:30 +00:00
parent a0753c1e29
commit 9d3b6f0cdc
+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;