Skip to content

Commit 7c47cb3

Browse files
committed
starship: 1.21.1 -> 1.22.1
1 parent b187778 commit 7c47cb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/misc/starship/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414

1515
rustPlatform.buildRustPackage rec {
1616
pname = "starship";
17-
version = "1.21.1";
17+
version = "1.22.1";
1818

1919
src = fetchFromGitHub {
2020
owner = "starship";
2121
repo = "starship";
2222
rev = "v${version}";
23-
hash = "sha256-Xn9qV26/ST+3VtVq6OJP823lIVIo0zEdno+nIUv8B9c=";
23+
hash = "sha256-YoLi4wxBK9TFTtZRm+2N8HO5ZiC3V2GMqKFKKLHq++s=";
2424
};
2525

2626
nativeBuildInputs = [
@@ -57,7 +57,7 @@ rustPlatform.buildRustPackage rec {
5757
--zsh <($out/bin/starship completions zsh)
5858
'';
5959

60-
cargoHash = "sha256-YbZCe2OcX/wq0OWvWK61nWvRT0O+CyW0QY0J7vv6QaM=";
60+
cargoHash = "sha256-Z/dMKExGemssCMqRzQ58xXxXvbFR84WX3KI2pC20omI=";
6161

6262
nativeCheckInputs = [ git ];
6363

0 commit comments

Comments
 (0)