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
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user