Merge pull request #298608 from acuteenvy/starship-v1.18.1

starship: 1.18.0 -> 1.18.1
This commit is contained in:
Pol Dellaiera 2024-03-28 20:57:50 +01:00 committed by GitHub
commit 98d0412811
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,13 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "starship"; pname = "starship";
version = "1.18.0"; version = "1.18.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "starship"; owner = "starship";
repo = "starship"; repo = "starship";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-f9alFoTH461y1EYnhxnnPN98ujLTnlVBJa8lEp8t44Y="; hash = "sha256-MaOlLOdZM6rSnIj98gzuxVICSGUAqXNE8oIzsHAY6E0=";
}; };
nativeBuildInputs = [ installShellFiles cmake ]; nativeBuildInputs = [ installShellFiles cmake ];
@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
cp docs/public/presets/toml/*.toml $presetdir cp docs/public/presets/toml/*.toml $presetdir
''; '';
cargoHash = "sha256-7k7qb5jLz2mk27ayYYE5uFXYgQkjbIIwdppJxM8YgtY="; cargoHash = "sha256-EuCls/xxMpith92lu8vADDTeQUTaBEEYsQ994lDPGqQ=";
nativeCheckInputs = [ git ]; nativeCheckInputs = [ git ];