Commit 5a1fe0ad authored by R. RyanTM's avatar R. RyanTM
Browse files

nest-mpi: 3.7 -> 3.8

parent adb3cee8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

stdenv.mkDerivation rec {
  pname = "nest";
  version = "3.7";
  version = "3.8";

  src = fetchFromGitHub {
    owner = "nest";
    repo = "nest-simulator";
    rev = "v${version}";
    hash = "sha256-EwhpsfRmBLJnPiH6hXQXgG9jSNoC2oqq5lZ6t038VpI=";
    hash = "sha256-hysOe1ZZpCClVOGo0+UeCP7imAakXrZlnJ4V95zfiyA=";
  };

  postPatch = ''