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

nest-mpi: 3.5 -> 3.6
This commit is contained in:
Weijia Wang 2023-10-01 03:53:05 +02:00 committed by GitHub
commit 0396d3b0fb
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.5";
version = "3.6";
src = fetchFromGitHub {
owner = "nest";
repo = "nest-simulator";
rev = "v${version}";
hash = "sha256-PPUIXlU6noJRAa/twNSKVxPgIvbWl0OillEJRDzt+4s=";
hash = "sha256-sXtF4JmHYoLp0t3o4KF6R2E0qLnKrzSPMXOxVJAm+sU=";
};
postPatch = ''