about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorShane Sveller <shane@sveller.dev>2022-07-13 15:15:23 -0500
committerShane Sveller <shane@sveller.dev>2022-07-13 15:20:32 -0500
commitf9418f4eabdc1a32bbc2a16c6a4b36606dddfa5d (patch)
tree461016769f8e16dc28b544144d7177d7690425d0 /pkgs/shells
parent9154aee3bc3e527c7f052d7eea607ad883443cac (diff)
nushell: 0.64.0 -> 0.65.0
https://www.nushell.sh/blog/2022-07-05-nushell-0_65.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 625634467a7c4..08445c4176a4a 100644
--- a/pkgs/shells/nushell/default.nix
+++ b/pkgs/shells/nushell/default.nix
@@ -21,16 +21,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "nushell";
-  version = "0.64.0";
+  version = "0.65.0";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = version;
-    sha256 = "sha256-mDKoZVen3g8GujWF8WILEqdlHFDx2BxGyBJJFmK9Mdw=";
+    sha256 = "sha256-KgXhmAOJaAvmNuDqSaW+h6GF5rWYgj8/wn+vz9V9S7M=";
   };
 
-  cargoSha256 = "sha256-A2RJoU2hHcN6DfBQ+cPECtoVnrxlEHHlOV9bLqQE8VU=";
+  cargoSha256 = "sha256-YqtM/1p6oP0+E0rYSFPeCbof06E81eC2PZIwkU7J0I4=";
   # Since 0.34, nu has an indirect dependency on `zstd-sys` (via `polars` and
   # `parquet`, for dataframe support), which by default has an impure build
   # (git submodule for the `zstd` C library). The `pkg-config` feature flag