Loading pkgs/by-name/bo/bootdev-cli/package.nix +5 −6 Original line number Diff line number Diff line Loading @@ -11,13 +11,13 @@ buildGoModule (finalAttrs: { pname = "bootdev-cli"; version = "1.24.0"; version = "1.26.0"; src = fetchFromGitHub { owner = "bootdotdev"; repo = "bootdev"; tag = "v${finalAttrs.version}"; hash = "sha256-/vVT2daJCxJDmJr9Xi27POCAKURCS171ORb7UJp/CqU="; hash = "sha256-hr8mqnX4mv6P8WpXCpP678lLUaanUu6X4jL5GJeBdzo="; }; vendorHash = "sha256-ZDioEU5uPCkd+kC83cLlpgzyOsnpj2S7N+lQgsQb8uY="; Loading @@ -33,10 +33,9 @@ buildGoModule (finalAttrs: { ]; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd bootdev \ --bash <($out/bin/bootdev completion bash) \ --zsh <($out/bin/bootdev completion zsh) \ --fish <($out/bin/bootdev completion fish) for shell in bash fish zsh; do installShellCompletion --cmd bootdev --"$shell" <($out/bin/bootdev completion "$shell") done ''; nativeInstallCheckInputs = [ versionCheckHook ]; Loading Loading
pkgs/by-name/bo/bootdev-cli/package.nix +5 −6 Original line number Diff line number Diff line Loading @@ -11,13 +11,13 @@ buildGoModule (finalAttrs: { pname = "bootdev-cli"; version = "1.24.0"; version = "1.26.0"; src = fetchFromGitHub { owner = "bootdotdev"; repo = "bootdev"; tag = "v${finalAttrs.version}"; hash = "sha256-/vVT2daJCxJDmJr9Xi27POCAKURCS171ORb7UJp/CqU="; hash = "sha256-hr8mqnX4mv6P8WpXCpP678lLUaanUu6X4jL5GJeBdzo="; }; vendorHash = "sha256-ZDioEU5uPCkd+kC83cLlpgzyOsnpj2S7N+lQgsQb8uY="; Loading @@ -33,10 +33,9 @@ buildGoModule (finalAttrs: { ]; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd bootdev \ --bash <($out/bin/bootdev completion bash) \ --zsh <($out/bin/bootdev completion zsh) \ --fish <($out/bin/bootdev completion fish) for shell in bash fish zsh; do installShellCompletion --cmd bootdev --"$shell" <($out/bin/bootdev completion "$shell") done ''; nativeInstallCheckInputs = [ versionCheckHook ]; Loading