3
0
Fork 0
forked from mirrors/nixpkgs

nushell: 0.63.0 -> 0.64.0

This commit is contained in:
happysalada 2022-06-30 18:08:54 -04:00
parent 6d91af4475
commit b360ddc88c

View file

@ -21,16 +21,16 @@
rustPlatform.buildRustPackage rec {
pname = "nushell";
version = "0.63.0";
version = "0.64.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
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
# `parquet`, for dataframe support), which by default has an impure build
# (git submodule for the `zstd` C library). The `pkg-config` feature flag