Merge pull request #181395 from shanesveller/package-nushell-0.65.0
nushell: 0.64.0 -> 0.65.0
This commit is contained in:
commit
c199a0a796
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.64.0";
|
version = "0.65.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
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
|
# 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