Skip to content

Commit

Permalink
Merge pull request NixOS#312004 from davidkna/starship-v1.19.0
Browse files Browse the repository at this point in the history
starship: 1.18.2 -> 1.19.0
  • Loading branch information
marsam authored May 16, 2024
2 parents 6a61a26 + 6e2f131 commit 179e0f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/starship/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

rustPlatform.buildRustPackage rec {
pname = "starship";
version = "1.18.2";
version = "1.19.0";

src = fetchFromGitHub {
owner = "starship";
repo = "starship";
rev = "v${version}";
hash = "sha256-84FyKhSP2EZZkQJRhNPTYs2BYppylk50GiIck8pN3l4=";
hash = "sha256-3IO9hHuhzJsCHU/6BA5ylEKQI2ik6ZiRul/iO/vzii4=";
};

nativeBuildInputs = [ installShellFiles cmake ];
Expand All @@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
cp docs/public/presets/toml/*.toml $presetdir
'';

cargoHash = "sha256-Fu8KfWHCQUPSiT1aMSS0Il/S02YXdEqKMA2nsliUu8E=";
cargoHash = "sha256-zX04gX40dFYsK+R6gafHNtDevzrWiGufMwrGfhqYVG0=";

nativeCheckInputs = [ git ];

Expand Down

0 comments on commit 179e0f1

Please sign in to comment.