···2122rustPlatform.buildRustPackage rec {
23 pname = "nushell";
24- version = "0.64.0";
2526 src = fetchFromGitHub {
27 owner = pname;
28 repo = pname;
29 rev = version;
30- sha256 = "sha256-mDKoZVen3g8GujWF8WILEqdlHFDx2BxGyBJJFmK9Mdw=";
31 };
3233- cargoSha256 = "sha256-A2RJoU2hHcN6DfBQ+cPECtoVnrxlEHHlOV9bLqQE8VU=";
34 # Since 0.34, nu has an indirect dependency on `zstd-sys` (via `polars` and
35 # `parquet`, for dataframe support), which by default has an impure build
36 # (git submodule for the `zstd` C library). The `pkg-config` feature flag
···2122rustPlatform.buildRustPackage rec {
23 pname = "nushell";
24+ version = "0.65.0";
2526 src = fetchFromGitHub {
27 owner = pname;
28 repo = pname;
29 rev = version;
30+ sha256 = "sha256-KgXhmAOJaAvmNuDqSaW+h6GF5rWYgj8/wn+vz9V9S7M=";
31 };
3233+ cargoSha256 = "sha256-YqtM/1p6oP0+E0rYSFPeCbof06E81eC2PZIwkU7J0I4=";
34 # Since 0.34, nu has an indirect dependency on `zstd-sys` (via `polars` and
35 # `parquet`, for dataframe support), which by default has an impure build
36 # (git submodule for the `zstd` C library). The `pkg-config` feature flag