Merge pull request #180648 from r-ryantm/auto-update/cmdstan

cmdstan: 2.29.2 -> 2.30.0
This commit is contained in:
Mario Rodas 2022-07-19 23:18:47 -05:00 committed by GitHub
commit a71cc944ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "cmdstan";
version = "2.29.2";
version = "2.30.0";
# includes stanc binaries needed to build cmdstand
src = fetchurl {
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" ];