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

cmdstan: 2.30.1 -> 2.31.0
This commit is contained in:
Mario Rodas 2022-11-24 02:32:01 -05:00 committed by GitHub
commit 3bd4be3271
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.30.1";
version = "2.31.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-urdtzvp/TJVVlcC/BJZ3BQf8arDfWJboz4wtsKF+7bk=";
sha256 = "sha256-BMqRRWIC/Z7It2qkESJd9L3ycyxvA6NHiWbAvzVMzIQ=";
};
buildFlags = [ "build" ];