mfaktc: 0.24.0 -> 0.24.1 (#525153)

This commit is contained in:
Nick Cao
2026-05-29 13:59:26 +00:00
committed by GitHub
+2 -2
View File
@@ -9,14 +9,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mfaktc";
version = "0.24.0";
version = "0.24.1";
src = fetchFromGitHub {
owner = "primesearch";
repo = "mfaktc";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-7lJ3+v9exe+n+Txkn1vsvSPYLEP4l/0UgHpc6lAGv1Y=";
hash = "sha256-t1YaNHFndgNJ5VnUXI8cDJ62bBL7M6Q+by2XKlUleyc=";
};
enableParallelBuilding = true;