summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-12-28 04:20:00 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-01-03 07:00:01 +0000
commit886d6c9d485ebb65685a8c741ff96340d893ab45 (patch)
treed8b8dfdbbcc26020bcc2dd9dfcbdecb373f54798
parentMerge pull request #278370 from NixOS/backport-278345-to-release-23.11 (diff)
downloadnixpkgs-origin/backport-277389-to-release-23.11.tar.gz
starship: 1.16.0 -> 1.17.0origin/backport-277389-to-release-23.11
Diff: https://github.com/starship/starship/compare/v1.16.0...v1.17.0 (cherry picked from commit d6990a647829023ea6df2e2ac6819ca31389e02a)
-rw-r--r--pkgs/tools/misc/starship/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/starship/default.nix b/pkgs/tools/misc/starship/default.nix
index f1e9a0246c5c..5608d64d9d57 100644
--- a/pkgs/tools/misc/starship/default.nix
+++ b/pkgs/tools/misc/starship/default.nix
@@ -13,13 +13,13 @@
rustPlatform.buildRustPackage rec {
pname = "starship";
- version = "1.16.0";
+ version = "1.17.0";
src = fetchFromGitHub {
owner = "starship";
repo = pname;
rev = "v${version}";
- hash = "sha256-CrD65nHE40n83HO+4QM1sLHvdFaqTvOb96hPBgXKuwk=";
+ hash = "sha256-Hf9tW1oBAw8/1KIRZpIpyVaEitLkVr2v6ilTHREzwvU=";
};
nativeBuildInputs = [ installShellFiles cmake ];
@@ -39,7 +39,7 @@ rustPlatform.buildRustPackage rec {
cp docs/.vuepress/public/presets/toml/*.toml $presetdir
'';
- cargoHash = "sha256-ZHHrpepKZnSGufyEAjNDozaIKAt2GFRt+hU2ej7LceA=";
+ cargoHash = "sha256-OENey+brI3B2CThNm1KOxuX/OO8tHb7i5X0jXit7FrU=";
nativeCheckInputs = [ git ];