cmdstan: 2.35.0 -> 2.36.0

This commit is contained in:
Weijia Wang
2025-01-02 21:46:18 +01:00
parent c29e08f7e4
commit 2d34f69f77
+2 -2
View File
@@ -12,14 +12,14 @@
stdenv.mkDerivation rec {
pname = "cmdstan";
version = "2.35.0";
version = "2.36.0";
src = fetchFromGitHub {
owner = "stan-dev";
repo = pname;
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-bmzkXbR4KSnpfXjs2MAx8mbNSbNrIWDP/O8S+JGWrcg=";
hash = "sha256-9Dan86C0nxxxkIXaOSKExY0hngAgWTpL4RlI3rTnBZo=";
};
postPatch = ''