Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 890196d0e547
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5ffe9b81e0c8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 20, 2019

  1. starship: 0.10.1 -> 0.12.0

    bbigras committed Aug 20, 2019
    Copy the full SHA
    6fae19f View commit details

Commits on Aug 23, 2019

  1. Merge pull request #66947 from bbigras/starship

    starship: 0.10.1 -> 0.12.0
    aanderse authored Aug 23, 2019
    Copy the full SHA
    5ffe9b8 View commit details
Showing with 4 additions and 3 deletions.
  1. +4 −3 pkgs/tools/misc/starship/default.nix
7 changes: 4 additions & 3 deletions pkgs/tools/misc/starship/default.nix
Original file line number Diff line number Diff line change
@@ -2,19 +2,20 @@

rustPlatform.buildRustPackage rec {
pname = "starship";
version = "0.10.1";
version = "0.12.0";

src = fetchFromGitHub {
owner = "starship";
repo = "starship";
rev = "v${version}";
sha256 = "045lq4nsrdssmqbcj0551f2c5qd2rcvhs8gr4p4iniv7s89yz1xl";
sha256 = "0zq99ll0vyafr2piffazprhvbs3sxb6863cp2qw596ilqg7ffi04";
};

buildInputs = [ openssl ] ++ stdenv.lib.optionals stdenv.isDarwin [ libiconv darwin.apple_sdk.frameworks.Security ];
nativeBuildInputs = [ pkgconfig ];

cargoSha256 = "126y8q19qr37wrj6x4hqh0v7nqr9yfrycwqfgdlaw6i33gb0qam9";
cargoSha256 = "0qlgng5j6l1r9j5vn3wnq25qr6f4nh10x90awiqyzz8jypb0ng2c";
checkPhase = "cargo test -- --skip directory::home_directory --skip directory::directory_in_root";

meta = with stdenv.lib; {
description = "A minimal, blazing fast, and extremely customizable prompt for any shell";