about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorShane Sveller <shane@sveller.dev>2022-08-22 09:38:08 -0500
committerShane Sveller <shanesveller@gmail.com>2022-09-05 09:59:58 -0500
commit5d34561c4ada684fe511283e920cc366ff7d9965 (patch)
tree8d1b69855af76c9d8739bb6840ce97d1a19c090e /pkgs/shells
parentc0d73cf864d9b1616ff7f28ddd06cbae6f4da668 (diff)
nushell: 0.66.2 -> 0.67.0
https://www.nushell.sh/blog/2022-08-16-nushell-0_67.html
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 f6de5f0528306..0a4070d50db41 100644
--- a/pkgs/shells/nushell/default.nix
+++ b/pkgs/shells/nushell/default.nix
@@ -24,16 +24,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "nushell";
-  version = "0.66.2";
+  version = "0.67.0";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = version;
-    sha256 = "sha256-PaPj2hbObY4wXubN3Mvr0TlpI13Zgkey90qAgpB0qOo=";
+    sha256 = "sha256-O5uM27DvcpwlZStFFLYRDRtFXzAzUdG7v0phK9LJsSo=";
   };
 
-  cargoSha256 = "sha256-KRkPVemgK7RDWJi4TqHNqZLwpwUkx+K15u52Do+pqik=";
+  cargoSha256 = "sha256-eGUI+/Vmqv+BCIQCGoF4Egf3oNyonM3tpt1R3EjIocQ=";
 
   # enable pkg-config feature of zstd
   cargoPatches = [ ./zstd-pkg-config.patch ];