Merge pull request #179754 from happysalada/update_nul
nushell: 0.63.0 -> 0.64.0
This commit is contained in:
commit
d45db42aca
1 changed files with 3 additions and 3 deletions
|
@ -21,16 +21,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "nushell";
|
pname = "nushell";
|
||||||
version = "0.63.0";
|
version = "0.64.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-4thvUSOSvH/bv0aW7hGGQMvtXdS+yDfZzPRLZmPZQMQ=";
|
sha256 = "sha256-mDKoZVen3g8GujWF8WILEqdlHFDx2BxGyBJJFmK9Mdw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-Vd8R9EsO52q840HqRzc37PirZZyTZr+Bnow5qHEacJ0=";
|
cargoSha256 = "sha256-A2RJoU2hHcN6DfBQ+cPECtoVnrxlEHHlOV9bLqQE8VU=";
|
||||||
# Since 0.34, nu has an indirect dependency on `zstd-sys` (via `polars` and
|
# 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
|
# `parquet`, for dataframe support), which by default has an impure build
|
||||||
# (git submodule for the `zstd` C library). The `pkg-config` feature flag
|
# (git submodule for the `zstd` C library). The `pkg-config` feature flag
|
||||||
|
|
Loading…
Reference in a new issue