From 1bec43e7a4be2459e780a204906926800062aa4b Mon Sep 17 00:00:00 2001 From: figsoda Date: Wed, 29 Nov 2023 11:11:40 -0500 Subject: [PATCH] runme: 2.0.0 -> 2.0.2 Diff: https://github.com/stateful/runme/compare/v2.0.0...v2.0.2 Changelog: https://github.com/stateful/runme/releases/tag/v2.0.2 --- pkgs/development/tools/misc/runme/default.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/pkgs/development/tools/misc/runme/default.nix b/pkgs/development/tools/misc/runme/default.nix index bf93c17e4da7..546b52d5e0a5 100644 --- a/pkgs/development/tools/misc/runme/default.nix +++ b/pkgs/development/tools/misc/runme/default.nix @@ -12,13 +12,13 @@ buildGoModule rec { pname = "runme"; - version = "2.0.0"; + version = "2.0.2"; src = fetchFromGitHub { owner = "stateful"; repo = "runme"; rev = "v${version}"; - hash = "sha256-EUAYwm7nd7VRGbTth+ZXcgqqPSGKthv8sciO+iCpdds="; + hash = "sha256-9BXDYcIV31KLDauBzRnMs55jAKu+56WkgSrE/V+gje4="; }; vendorHash = "sha256-xQuxoizcxut4qjXqgMEWMROiG53goxEXQas5n/2NiaY="; @@ -52,11 +52,6 @@ buildGoModule rec { --replace /bin/bash "${runtimeShell}" ''; - # version test assumes `ldflags` is unspecified - preCheck = '' - unset ldflags - ''; - postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd runme \ --bash <($out/bin/runme completion bash) \