starship: 0.20.1 -> 0.20.2

This commit is contained in:
David Wood 2019-10-05 13:05:07 +01:00
parent ec5660d10b
commit 9e8e6c8f64
No known key found for this signature in database
GPG Key ID: 2592E76C87381FD9

View File

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "starship";
version = "0.20.1";
version = "0.20.2";
src = fetchFromGitHub {
owner = "starship";
repo = "starship";
rev = "v${version}";
sha256 = "0v6x19rv7i03rp4wmg97yw9wybafpn8r2gb0l6ha3d218vhb71ln";
sha256 = "0nyka4w7vzx3n93y44vblc9pjqaymd867fmp0yd8kk2v56cyf4vd";
};
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ libiconv darwin.apple_sdk.frameworks.Security ];