summaryrefslogtreecommitdiffstats
path: root/pkgs/shells
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-03-12 09:31:02 +0000
committerGitHub <noreply@github.com>2021-03-12 09:31:02 +0000
commit7f339fcd6ec29fbea44f52888720b731658f0602 (patch)
treeaf45d97bb7ecc2587efa664e5b3c432cd87be9fc /pkgs/shells
parent93f1db30f79af55fc1a0d39f8a2da8de6d51ac2b (diff)
parentea357527fa7bf4fd7dd94b48bfcc753d3b316cb0 (diff)
Merge pull request #116027 from r-ryantm/auto-update/nushell
nushell: 0.27.1 -> 0.28.0
Diffstat (limited to 'pkgs/shells')
-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 5b0ba490bf5e..3b570c89ae40 100644
--- a/pkgs/shells/nushell/default.nix
+++ b/pkgs/shells/nushell/default.nix
@@ -15,16 +15,16 @@
rustPlatform.buildRustPackage rec {
pname = "nushell";
- version = "0.27.1";
+ version = "0.28.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
- sha256 = "sha256-Ms3ofPU7pd1qOxTJ7jImT2DawTcFLeI7Fi+xihsWhKY=";
+ sha256 = "sha256-8mS4Yvzyka85ZkV2LT68h4EGmumQtYpOxCIDRqa3fk0=";
};
- cargoSha256 = "sha256-cJ+P/AaptZGOyjIu+66M1/rMYpVPFZGQDPeakUws3CQ=";
+ cargoSha256 = "sha256-jbziXOrmHkZPp3YkPJypNj7l62Q6nKyamBBYjlfYiVE=";
nativeBuildInputs = [ pkg-config ]
++ lib.optionals (withStableFeatures && stdenv.isLinux) [ python3 ];