cmdstan: 2.38.0 -> 2.39.0

This commit is contained in:
Weijia Wang
2026-05-28 00:22:34 +02:00
parent cc471c9c68
commit d3af679390
+3 -3
View File
@@ -12,19 +12,19 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cmdstan";
version = "2.38.0";
version = "2.39.0";
src = fetchFromGitHub {
owner = "stan-dev";
repo = "cmdstan";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-4Mx4LvXW2lYOSSOgNT0f+unry6mBobgGTDLwtiypHBU=";
hash = "sha256-7vGEqIJOFWeESq4xL2z2ZjNaVWEqqzPmGT6tpWBzrU0=";
};
postPatch = ''
substituteInPlace stan/lib/stan_math/make/libraries \
--replace "/usr/bin/env bash" "bash"
--replace-fail "/usr/bin/env bash" "bash"
'';
nativeBuildInputs = [