Loading pkgs/tools/misc/starship/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -13,13 +13,13 @@ rustPlatform.buildRustPackage rec { pname = "starship"; version = "1.15.0"; version = "1.16.0"; src = fetchFromGitHub { owner = "starship"; repo = pname; rev = "v${version}"; hash = "sha256-aINiWzkt4sAWgcGdkHTb2KRMh2z+LiOhDdTJbzbXwR4="; hash = "sha256-CrD65nHE40n83HO+4QM1sLHvdFaqTvOb96hPBgXKuwk="; }; nativeBuildInputs = [ installShellFiles cmake ]; Loading @@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec { --zsh <($out/bin/starship completions zsh) ''; cargoHash = "sha256-XT2kgiITtG1FNyztNvos/r01pvdF1xPhHA4+YhFGFEU="; cargoHash = "sha256-ZHHrpepKZnSGufyEAjNDozaIKAt2GFRt+hU2ej7LceA="; nativeCheckInputs = [ git ]; Loading Loading
pkgs/tools/misc/starship/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -13,13 +13,13 @@ rustPlatform.buildRustPackage rec { pname = "starship"; version = "1.15.0"; version = "1.16.0"; src = fetchFromGitHub { owner = "starship"; repo = pname; rev = "v${version}"; hash = "sha256-aINiWzkt4sAWgcGdkHTb2KRMh2z+LiOhDdTJbzbXwR4="; hash = "sha256-CrD65nHE40n83HO+4QM1sLHvdFaqTvOb96hPBgXKuwk="; }; nativeBuildInputs = [ installShellFiles cmake ]; Loading @@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec { --zsh <($out/bin/starship completions zsh) ''; cargoHash = "sha256-XT2kgiITtG1FNyztNvos/r01pvdF1xPhHA4+YhFGFEU="; cargoHash = "sha256-ZHHrpepKZnSGufyEAjNDozaIKAt2GFRt+hU2ej7LceA="; nativeCheckInputs = [ git ]; Loading