summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-07-14 00:09:44 -0500
committerGitHub <noreply@github.com>2022-07-14 00:09:44 -0500
commitc199a0a796c748509019139e850485a90f4d3f60 (patch)
tree724d098396460d378ab01144b92d6e4c94b84f1d
parent766f792e5ebb61180fad7b5e23a581a18142016a (diff)
parentf9418f4eabdc1a32bbc2a16c6a4b36606dddfa5d (diff)
downloadnixpkgs-c199a0a796c748509019139e850485a90f4d3f60.tar
nixpkgs-c199a0a796c748509019139e850485a90f4d3f60.tar.gz
nixpkgs-c199a0a796c748509019139e850485a90f4d3f60.tar.bz2
nixpkgs-c199a0a796c748509019139e850485a90f4d3f60.tar.lz
nixpkgs-c199a0a796c748509019139e850485a90f4d3f60.tar.xz
nixpkgs-c199a0a796c748509019139e850485a90f4d3f60.tar.zst
nixpkgs-c199a0a796c748509019139e850485a90f4d3f60.zip
Merge pull request #181395 from shanesveller/package-nushell-0.65.0
nushell: 0.64.0 -> 0.65.0
-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 625634467a7..08445c4176a 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