Skip to content

Commit

Permalink
Merge pull request #123119 from bbigras/starship
Browse files Browse the repository at this point in the history
starship: 0.53.0 -> 0.54.0
  • Loading branch information
marsam committed May 15, 2021
2 parents 2268639 + 8eeb8e2 commit a9f1bca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/starship/default.nix
Expand Up @@ -11,13 +11,13 @@

rustPlatform.buildRustPackage rec {
pname = "starship";
version = "0.53.0";
version = "0.54.0";

src = fetchFromGitHub {
owner = "starship";
repo = pname;
rev = "v${version}";
sha256 = "sha256-g4w14fktJB8TItgm3nSgG+lpdXdNTpX52J+FsIbU+YY=";
sha256 = "sha256-8vrLvP8NevVpmqxqJHsySGXRTDX45c8FrfB7W7fdQvg=";
};

nativeBuildInputs = [ installShellFiles ] ++ lib.optionals stdenv.isLinux [ pkg-config ];
Expand All @@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
done
'';

cargoSha256 = "sha256-9wpr1gs9EehmFzCW2kKDx+LKoDUC27fmhjpcH/fIcyY=";
cargoSha256 = "sha256-lIZsYhyef9LsGME01Kb5TGamGpLyZiPrdIb+jUqvbOg=";

preCheck = ''
HOME=$TMPDIR
Expand Down

0 comments on commit a9f1bca

Please sign in to comment.