aboutsummaryrefslogtreecommitdiff
path: root/pkgs/shells/nushell
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-03-12 04:20:00 -0500
committerMatthieu Coudron <mattator@gmail.com>2020-03-12 17:58:37 +0100
commit10fad30eaa9b030881e78b6aebce8fe147cb3c34 (patch)
treefe397b19460a6c6d70ff693aa0d5c40e9af12fa3 /pkgs/shells/nushell
parent98d134b253183e1827eea5171804e360e09d9db0 (diff)
nushell: 0.10.0 -> 0.11.0
Release notes: https://www.nushell.sh/blog/2020/03/10/nushell_0_11_0.html
Diffstat (limited to 'pkgs/shells/nushell')
-rw-r--r--pkgs/shells/nushell/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/shells/nushell/default.nix b/pkgs/shells/nushell/default.nix
index 811ef762f78a..9f3f0da75c9e 100644
--- a/pkgs/shells/nushell/default.nix
+++ b/pkgs/shells/nushell/default.nix
@@ -15,16 +15,16 @@
rustPlatform.buildRustPackage rec {
pname = "nushell";
- version = "0.10.0";
+ version = "0.11.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
- sha256 = "08zqvk8qkilynfivx1jnr2yqrav64p9cy9i30jjgcqrh2gsrb9dd";
+ sha256 = "06w1118cxr5x3l7cq2wc092xvsfkgga8b6kz1gcmhwq0gf7fqirz";
};
- cargoSha256 = "1gpg0jpd5pmmny9gzzbkph1h2kqmjlapdsw04jzx852yg89lls5v";
+ cargoSha256 = "1bpb4p4j7lwb70qjsssbr878mfalil4xh8r954aaa2rlcf97fmb7";
nativeBuildInputs = [ pkg-config ]
++ lib.optionals (withStableFeatures && stdenv.isLinux) [ python3 ];