Merge pull request #242302 from r-ryantm/auto-update/nest-mpi

nest-mpi: 3.4 -> 3.5
This commit is contained in:
Weijia Wang
2023-07-09 12:21:22 +03:00
committed by GitHub
@@ -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 = ''