From 8a22f6e029be3c8acf38d05b22c0054bd3d155ba Mon Sep 17 00:00:00 2001 From: Giovanni d'Amelio Date: Fri, 1 May 2026 14:36:33 -0700 Subject: [PATCH] little_boxes: 1.10.0 -> 1.12.1 Also adds nushell shell completions, newly available upstream. https://github.com/giodamelio/little_boxes/releases/tag/v1.12.1 --- pkgs/by-name/li/little_boxes/package.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/li/little_boxes/package.nix b/pkgs/by-name/li/little_boxes/package.nix index 35d1aaa1c420..691e964c1846 100644 --- a/pkgs/by-name/li/little_boxes/package.nix +++ b/pkgs/by-name/li/little_boxes/package.nix @@ -9,13 +9,13 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "little_boxes"; - version = "1.10.0"; + version = "1.12.1"; src = fetchFromGitHub { owner = "giodamelio"; repo = "little_boxes"; - rev = finalAttrs.version; - hash = "sha256-Quh09K5meiA39ih/orJWF2WfkuZdymxub1dZvns/q3E="; + tag = "v${finalAttrs.version}"; + hash = "sha256-ejFo+BYoXf889G/iLuKITwY3ephkEMS6nLtfi3PozHQ="; }; cargoVendorDir = "vendor"; @@ -29,6 +29,7 @@ rustPlatform.buildRustPackage (finalAttrs: { installShellCompletion --bash $extrasPath/little_boxes.bash installShellCompletion --fish $extrasPath/little_boxes.fish installShellCompletion --zsh $extrasPath/_little_boxes + installShellCompletion --nushell $extrasPath/little_boxes.nu ''; passthru.tests.version = testers.testVersion {