From ea847dd1a0ffc0b33f301d91bc2bf36e7fa1d9d8 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Sat, 18 Mar 2023 12:13:46 +0200 Subject: [PATCH] nest: 3.3 -> 3.4 --- pkgs/applications/science/biology/nest/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/science/biology/nest/default.nix b/pkgs/applications/science/biology/nest/default.nix index f26f06a1f298..75e0abe557f0 100644 --- a/pkgs/applications/science/biology/nest/default.nix +++ b/pkgs/applications/science/biology/nest/default.nix @@ -20,13 +20,13 @@ stdenv.mkDerivation rec { pname = "nest"; - version = "3.3"; + version = "3.4"; src = fetchFromGitHub { owner = "nest"; repo = "nest-simulator"; rev = "v${version}"; - sha256 = "sha256-wmn5LOOHlSuyPdV6O6v7j10dxdcvqpym6MfveZdL+dU="; + sha256 = "sha256-+wjsZxW2l0WGyGTm/6vyzPEeqCfyxJml9oP/zn6W1L0="; }; postPatch = '' @@ -67,7 +67,7 @@ stdenv.mkDerivation rec { postInstall = '' # Alternative to autoPatchElf, moves libraries where # Nest expects them to be - find $out/lib/nest -type f -exec ln -s {} $out/lib \; + find $out/lib/nest -exec ln -s {} $out/lib \; ''; passthru.tests.version = testers.testVersion {