starship: 1.10.1 -> 1.10.2

https://github.com/starship/starship/releases/tag/v1.10.2
This commit is contained in:
kilianar 2022-08-19 11:26:53 +02:00
parent e9ce9a2b73
commit 98a92cbe17

View file

@ -14,13 +14,13 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "starship"; pname = "starship";
version = "1.10.1"; version = "1.10.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "starship"; owner = "starship";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-ujv2lqhzsug9Qpco+4doMGH+0yG5cZZzLmSLr0MBmZk="; sha256 = "sha256-RSARAcId8U5b6vH4m5Zr6FqV1OFolqC+wyfqZbJZH4w=";
}; };
nativeBuildInputs = [ installShellFiles cmake ]; nativeBuildInputs = [ installShellFiles cmake ];
@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec {
--zsh <($out/bin/starship completions zsh) --zsh <($out/bin/starship completions zsh)
''; '';
cargoSha256 = "sha256-iZvjU/GzC/ssXcd+UeV57IA0hKT45cQ09VBB4BNYw50="; cargoSha256 = "sha256-UhTbrORUp+aP0SF1XjgpTunS0bpRvYxvUwEKBH7wFnQ=";
preCheck = '' preCheck = ''
HOME=$TMPDIR HOME=$TMPDIR