starship: 0.25.0 -> 0.25.2

This commit is contained in:
David Wood 2019-10-25 17:00:47 +01:00
parent 1d7e21905c
commit d1100be00c
No known key found for this signature in database
GPG Key ID: 2592E76C87381FD9

View File

@ -2,18 +2,18 @@
rustPlatform.buildRustPackage rec {
pname = "starship";
version = "0.25.0";
version = "0.25.2";
src = fetchFromGitHub {
owner = "starship";
repo = "starship";
rev = "v${version}";
sha256 = "029yrjlb0gl6338h1d299522cv3vfx5y08fs4kp61pmsw6x0c818";
sha256 = "12qpfim0sqrghy41wdlqyq04yqh9mdkfgkhr01ajg0scqwbxi8ws";
};
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ libiconv darwin.apple_sdk.frameworks.Security ];
cargoSha256 = "0c82k6aw245vsqkcrg6bhqhylfbxdszcr040mrz7cz9ydxcb58b9";
cargoSha256 = "0vcyzvcdpbn27faaj0wkm0mzhmck8s4z3wlhsck1kx4hnjripn02";
checkPhase = "cargo test -- --skip directory::home_directory --skip directory::directory_in_root";
meta = with stdenv.lib; {