nest: 3.3 -> 3.4

This commit is contained in:
Weijia Wang 2023-03-18 12:13:46 +02:00
parent 518d5f0941
commit ea847dd1a0

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "nest"; pname = "nest";
version = "3.3"; version = "3.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nest"; owner = "nest";
repo = "nest-simulator"; repo = "nest-simulator";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-wmn5LOOHlSuyPdV6O6v7j10dxdcvqpym6MfveZdL+dU="; sha256 = "sha256-+wjsZxW2l0WGyGTm/6vyzPEeqCfyxJml9oP/zn6W1L0=";
}; };
postPatch = '' postPatch = ''
@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
postInstall = '' postInstall = ''
# Alternative to autoPatchElf, moves libraries where # Alternative to autoPatchElf, moves libraries where
# Nest expects them to be # 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 { passthru.tests.version = testers.testVersion {