summaryrefslogtreecommitdiffstats
path: root/pkgs/shells
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2021-10-14 11:06:27 -0400
committerGitHub <noreply@github.com>2021-10-14 11:06:27 -0400
commit807ae588ef07d952f5ac50c566b64c0949ec56de (patch)
tree50d5ed501dd66a535c2efb8c724c7239d0a1da20 /pkgs/shells
parent9c0de632d6a889e318ae663c6696a61ef5a13b3d (diff)
parent1df26751ce312ba63e1c06f4dbe884cfb08a9edc (diff)
Merge pull request #141623 from simonchatts/nushell-38
nushell: 0.37.0 -> 0.38.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 3ebdc4c8e5a6..14137fa0e607 100644
--- a/pkgs/shells/nushell/default.nix
+++ b/pkgs/shells/nushell/default.nix
@@ -18,16 +18,16 @@
rustPlatform.buildRustPackage rec {
pname = "nushell";
- version = "0.37.0";
+ version = "0.38.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
- sha256 = "sha256-Qdol0ohg2Oo3rC59jPvqHZJtQOQ5W+aZVxTxsxrG51E=";
+ sha256 = "155rn0balgikkhy77gbva6a88pgwm27flzgjyphiwzwnah1mmhca";
};
- cargoSha256 = "sha256-EP4DzfufQ9y0x2rI4MGBLu48VKoUY9ETKPlUt9Abum8=";
+ cargoSha256 = "1pk56s47mk0f8cww6h1y43jdnf311g35xynz1jvhrk31yyjhb0jl";
nativeBuildInputs = [ pkg-config ]
++ lib.optionals (withExtraFeatures && stdenv.isLinux) [ python3 ];