starship: 1.1.0 -> 1.1.1

Release notes: https://github.com/starship/starship/releases/tag/v1.1.1
This commit is contained in:
Sergey Lukjanov 2021-12-21 20:06:54 -08:00
parent 98183753ec
commit 35dadb714c

View File

@ -11,13 +11,13 @@
rustPlatform.buildRustPackage rec {
pname = "starship";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "starship";
repo = pname;
rev = "v${version}";
sha256 = "sha256-U9b4pMuJn1Jtc1msiYcJfcxergOYo49VsbeJeQR58GQ=";
sha256 = "sha256-Rr0HCr/uJDsBQiKJIPdEL3WOaLgMY2Nq2JGOq4dEUxQ=";
};
nativeBuildInputs = [ installShellFiles ] ++ lib.optionals stdenv.isLinux [ pkg-config ];
@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
done
'';
cargoSha256 = "sha256-YUrFWxCNnYrjIAUNWNW4BszXtqRD7GtwSl7o33vutqU=";
cargoSha256 = "sha256-UT6t1GbyON/wrIF/oXXhsT3Z61LFjggSPWKpSDHp+PI=";
preCheck = ''
HOME=$TMPDIR