cmdstan: 2.32.0 -> 2.32.1

This commit is contained in:
Weijia Wang 2023-05-03 22:34:09 +03:00
parent 1519ef71b4
commit 57a7c9d51f

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "cmdstan";
version = "2.32.0";
version = "2.32.1";
src = fetchFromGitHub {
owner = "stan-dev";
repo = pname;
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-H8JXOqiSG9N+DD84S3iYvXnSgKUJuf7UZ7qT05Ti8xQ=";
hash = "sha256-VFZ8YOJMGKlROYsmfiQxAgYvz4zPMdzfRfAgStbRSJg=";
};
nativeBuildInputs = [ stanc ];