starship: 0.21.0 -> 0.23.0

This commit is contained in:
David Wood 2019-10-13 16:24:07 +01:00
parent e6f99fa3b1
commit 46697c4fa3
No known key found for this signature in database
GPG Key ID: 2592E76C87381FD9

View File

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