Merge pull request #75530 from filalex77/starship-0.29.0

starship: 0.28.0 -> 0.29.0
This commit is contained in:
Mario Rodas 2019-12-11 19:31:47 -05:00 committed by GitHub
commit a8d70a07df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "starship";
version = "0.28.0";
version = "0.29.0";
src = fetchFromGitHub {
owner = "starship";
repo = pname;
rev = "v${version}";
sha256 = "1fwhaz76awgva0j10y5snykc8xb06x9apvpxgyxn53lh87x08q7k";
sha256 = "07haspmx0wid472jc8p92xqqf34rchc0jzx09089p9jcxi6qdv4y";
};
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ libiconv darwin.apple_sdk.frameworks.Security ];