nest-mpi: 3.4 -> 3.5

This commit is contained in:
R. Ryantm 2023-07-08 16:03:30 +00:00
parent 49413e25e0
commit ead7b7800d

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "nest";
version = "3.4";
version = "3.5";
src = fetchFromGitHub {
owner = "nest";
repo = "nest-simulator";
rev = "v${version}";
hash = "sha256-+wjsZxW2l0WGyGTm/6vyzPEeqCfyxJml9oP/zn6W1L0=";
hash = "sha256-PPUIXlU6noJRAa/twNSKVxPgIvbWl0OillEJRDzt+4s=";
};
postPatch = ''