cmdstan: 2.33.1 -> 2.34.1

This commit is contained in:
R. Ryantm 2024-01-26 18:19:20 +00:00 committed by Weijia Wang
parent 230e566971
commit 3711c03262

View file

@ -11,14 +11,14 @@
stdenv.mkDerivation rec {
pname = "cmdstan";
version = "2.33.1";
version = "2.34.1";
src = fetchFromGitHub {
owner = "stan-dev";
repo = pname;
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-c+L/6PjW7YgmXHuKhKjiRofBRAhKYCzFCZ6BOX5AmC4=";
hash = "sha256-gze8kd5zSs9nUlSY7AJwpx+jnc9Y21ahzDJmynlqm1Y=";
};
postPatch = ''