about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLena <126529524+acuteenvy@users.noreply.github.com>2024-03-24 12:28:04 +0100
committerLena <126529524+acuteenvy@users.noreply.github.com>2024-03-24 12:28:04 +0100
commit8fa66a23d4984419ba1a192eb8dd6e8dd9e9228f (patch)
treec1fac0eb15cc7df7af1b5b65dec4fcdac27558ad
parent007dbec94d1f257f794c3dbf2bf628203cd40265 (diff)
downloadnixlib-8fa66a23d4984419ba1a192eb8dd6e8dd9e9228f.tar
nixlib-8fa66a23d4984419ba1a192eb8dd6e8dd9e9228f.tar.gz
nixlib-8fa66a23d4984419ba1a192eb8dd6e8dd9e9228f.tar.bz2
nixlib-8fa66a23d4984419ba1a192eb8dd6e8dd9e9228f.tar.lz
nixlib-8fa66a23d4984419ba1a192eb8dd6e8dd9e9228f.tar.xz
nixlib-8fa66a23d4984419ba1a192eb8dd6e8dd9e9228f.tar.zst
nixlib-8fa66a23d4984419ba1a192eb8dd6e8dd9e9228f.zip
starship: 1.18.0 -> 1.18.1
-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 c970e19a6b89..e80b5ec6d12b 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.18.0";
+  version = "1.18.1";
 
   src = fetchFromGitHub {
     owner = "starship";
     repo = "starship";
     rev = "v${version}";
-    hash = "sha256-f9alFoTH461y1EYnhxnnPN98ujLTnlVBJa8lEp8t44Y=";
+    hash = "sha256-MaOlLOdZM6rSnIj98gzuxVICSGUAqXNE8oIzsHAY6E0=";
   };
 
   nativeBuildInputs = [ installShellFiles cmake ];
@@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
     cp docs/public/presets/toml/*.toml $presetdir
   '';
 
-  cargoHash = "sha256-7k7qb5jLz2mk27ayYYE5uFXYgQkjbIIwdppJxM8YgtY=";
+  cargoHash = "sha256-EuCls/xxMpith92lu8vADDTeQUTaBEEYsQ994lDPGqQ=";
 
   nativeCheckInputs = [ git ];