We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 157ed76 + 7c47cb3 commit 69930dbCopy full SHA for 69930db
pkgs/tools/misc/starship/default.nix
@@ -14,13 +14,13 @@
14
15
rustPlatform.buildRustPackage rec {
16
pname = "starship";
17
- version = "1.21.1";
+ version = "1.22.1";
18
19
src = fetchFromGitHub {
20
owner = "starship";
21
repo = "starship";
22
rev = "v${version}";
23
- hash = "sha256-Xn9qV26/ST+3VtVq6OJP823lIVIo0zEdno+nIUv8B9c=";
+ hash = "sha256-YoLi4wxBK9TFTtZRm+2N8HO5ZiC3V2GMqKFKKLHq++s=";
24
};
25
26
nativeBuildInputs = [
@@ -57,7 +57,7 @@ rustPlatform.buildRustPackage rec {
57
--zsh <($out/bin/starship completions zsh)
58
'';
59
60
- cargoHash = "sha256-YbZCe2OcX/wq0OWvWK61nWvRT0O+CyW0QY0J7vv6QaM=";
+ cargoHash = "sha256-Z/dMKExGemssCMqRzQ58xXxXvbFR84WX3KI2pC20omI=";
61
62
nativeCheckInputs = [ git ];
63
0 commit comments