Skip to content

Commit

Permalink
Merge pull request #80474 from cust0dian/nushell-0.10.0
Browse files Browse the repository at this point in the history
nushell: 0.9.0 -> 0.10.0
  • Loading branch information
Ma27 committed Feb 18, 2020
2 parents 490615e + 0600e36 commit 01c8795
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/shells/nushell/default.nix
Expand Up @@ -15,16 +15,16 @@

rustPlatform.buildRustPackage rec {
pname = "nushell";
version = "0.9.0";
version = "0.10.0";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "0p1aykhkz5rixj6x0rskg77q31xw11mirvjhzp7n4nmbx3rfkagc";
sha256 = "08zqvk8qkilynfivx1jnr2yqrav64p9cy9i30jjgcqrh2gsrb9dd";
};

cargoSha256 = "14v25smx23d5d386dyw0gspddj6g9am1qpg4ykc1a8lmr0h4ccrk";
cargoSha256 = "1gpg0jpd5pmmny9gzzbkph1h2kqmjlapdsw04jzx852yg89lls5v";

nativeBuildInputs = [ pkg-config ]
++ lib.optionals (withStableFeatures && stdenv.isLinux) [ python3 ];
Expand Down

0 comments on commit 01c8795

Please sign in to comment.