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
commit 6d506a9d51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''