mprime: 30.8b15 -> 30.19b21 (#429307)

This commit is contained in:
isabel
2025-08-13 09:53:09 +01:00
committed by GitHub
+4 -4
View File
@@ -31,13 +31,12 @@ in
stdenv.mkDerivation rec {
pname = "mprime";
version = "30.8b15";
version = "30.19b21";
src = fetchurl {
url = "https://www.mersenne.org/ftp_root/gimps/p95v${
url = "https://download.mersenne.ca/gimps/v30/30.19/p95v${
lib.replaceStrings [ "." ] [ "" ] version
}.source.zip";
hash = "sha256-CNYorZStHV0aESGX9LfLZ4oD5PFR2UOFLN1MiLaKw58=";
hash = "sha256-vchDpUem+R3GcASj77zZmFivfbB17Nd7cYiyPlrCzio=";
};
postPatch = ''
@@ -88,6 +87,7 @@ stdenv.mkDerivation rec {
"x86_64-linux"
"x86_64-darwin"
];
maintainers = with maintainers; [ dstremur ];
mainProgram = "mprime";
};
}