cmdstan: 2.37.0 -> 2.38.0

This commit is contained in:
R. Ryantm
2026-03-02 17:52:32 +01:00
committed by Weijia Wang
parent 98b7275815
commit 1351eb2f3c
+2 -2
View File
@@ -12,14 +12,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cmdstan";
version = "2.37.0";
version = "2.38.0";
src = fetchFromGitHub {
owner = "stan-dev";
repo = "cmdstan";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-bKkzzFkMF8+Ufz/EdKLJdB290Fvc2t8b47xB8oPz/sk=";
hash = "sha256-4Mx4LvXW2lYOSSOgNT0f+unry6mBobgGTDLwtiypHBU=";
};
postPatch = ''