cmdstan: 2.30.0 -> 2.30.1

This commit is contained in:
R. Ryantm 2022-07-28 10:13:13 +00:00
parent bba87fc2a3
commit 8b8e7483ca

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "cmdstan";
version = "2.30.0";
version = "2.30.1";
# 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-AJwuoAQ6pKkcA6x4ky5k88/0+qPnNBOi4CadW+LY3mw=";
sha256 = "sha256-urdtzvp/TJVVlcC/BJZ3BQf8arDfWJboz4wtsKF+7bk=";
};
buildFlags = [ "build" ];