Merge pull request #180648 from r-ryantm/auto-update/cmdstan
cmdstan: 2.29.2 -> 2.30.0
This commit is contained in:
commit
a71cc944ad
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "cmdstan";
|
pname = "cmdstan";
|
||||||
version = "2.29.2";
|
version = "2.30.0";
|
||||||
|
|
||||||
# includes stanc binaries needed to build cmdstand
|
# includes stanc binaries needed to build cmdstand
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/stan-dev/cmdstan/releases/download/v${version}/cmdstan-${version}.tar.gz";
|
url = "https://github.com/stan-dev/cmdstan/releases/download/v${version}/cmdstan-${version}.tar.gz";
|
||||||
sha256 = "sha256-VntTH6c//fcGyqF+szROHftB6GmTyvi6QIdf+RAzUVM=";
|
sha256 = "sha256-AJwuoAQ6pKkcA6x4ky5k88/0+qPnNBOi4CadW+LY3mw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildFlags = [ "build" ];
|
buildFlags = [ "build" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user