about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-09-10 18:09:19 -0500
committerGitHub <noreply@github.com>2022-09-10 18:09:19 -0500
commit66e4874b941b82d890672b70ea82952206f12b64 (patch)
tree65cc8d5b5c1864cc0ab1265d98d4ca4b2a2b459e /pkgs/shells
parentf0f614616f2bd0e6bcf562b0fdf3a9d72ad96830 (diff)
parentd206ddfbf83c05c601d5019c4b68bdaddf03be6b (diff)
Merge pull request #190623 from r-ryantm/auto-update/nushell
nushell: 0.67.0 -> 0.68.1
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 0a4070d50db41..676e1be3ec30d 100644
--- a/pkgs/shells/nushell/default.nix
+++ b/pkgs/shells/nushell/default.nix
@@ -24,16 +24,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "nushell";
-  version = "0.67.0";
+  version = "0.68.1";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = version;
-    sha256 = "sha256-O5uM27DvcpwlZStFFLYRDRtFXzAzUdG7v0phK9LJsSo=";
+    sha256 = "sha256-PE6UewAE7z0Ie5aFocDK3Qu0Y4ppuPtpD6tDnYfM11Y=";
   };
 
-  cargoSha256 = "sha256-eGUI+/Vmqv+BCIQCGoF4Egf3oNyonM3tpt1R3EjIocQ=";
+  cargoSha256 = "sha256-7guFkR/paL8jk5YwiRNMbWCyA6DqOaLGTmbWHAWDxRw=";
 
   # enable pkg-config feature of zstd
   cargoPatches = [ ./zstd-pkg-config.patch ];