Unverified Commit 179e0f11 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #312004 from davidkna/starship-v1.19.0

starship: 1.18.2 -> 1.19.0
parents 6a61a266 6e2f131e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

rustPlatform.buildRustPackage rec {
  pname = "starship";
  version = "1.18.2";
  version = "1.19.0";

  src = fetchFromGitHub {
    owner = "starship";
    repo = "starship";
    rev = "v${version}";
    hash = "sha256-84FyKhSP2EZZkQJRhNPTYs2BYppylk50GiIck8pN3l4=";
    hash = "sha256-3IO9hHuhzJsCHU/6BA5ylEKQI2ik6ZiRul/iO/vzii4=";
  };

  nativeBuildInputs = [ installShellFiles cmake ];
@@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
    cp docs/public/presets/toml/*.toml $presetdir
  '';

  cargoHash = "sha256-Fu8KfWHCQUPSiT1aMSS0Il/S02YXdEqKMA2nsliUu8E=";
  cargoHash = "sha256-zX04gX40dFYsK+R6gafHNtDevzrWiGufMwrGfhqYVG0=";

  nativeCheckInputs = [ git ];