starship: 1.11.0 -> 1.12.0

This commit is contained in:
Daniel Thwaites 2022-12-13 18:57:40 +00:00
parent 28c1f459e8
commit b18950b7c3
No known key found for this signature in database
GPG Key ID: D8AFC4BF05670F9D

View File

@ -13,13 +13,13 @@
rustPlatform.buildRustPackage rec {
pname = "starship";
version = "1.11.0";
version = "1.12.0";
src = fetchFromGitHub {
owner = "starship";
repo = pname;
rev = "v${version}";
hash = "sha256-90mh8C52uD68K5o1LE22gkbL1gy6FyMJTiiN9oV/3DE=";
hash = "sha256-HS+vtF+h5M6lbk7TROAXwrHpj92SeC+j0TjmP6ycH2Q=";
};
nativeBuildInputs = [ installShellFiles cmake ];
@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
--zsh <($out/bin/starship completions zsh)
'';
cargoHash = "sha256-Q1VY9RyHEsQAWRN/upeG5XJxJfrmzj5FQG6GBGrN0xU=";
cargoHash = "sha256-hs0ImaozKH6QcUfts+oseUqecg7bGX5cx50ixnNamW8=";
preCheck = ''
HOME=$TMPDIR