nushell: 0.71.0 -> 0.72.0

Wanted to see if the tests are still failing. They are.
https://github.com/nushell/nushell/issues/6708
This commit is contained in:
Arnout Engelen 2022-12-02 11:29:12 +01:00
parent e76c78d206
commit 3627243f81
No known key found for this signature in database
GPG key ID: 061107B0F74A6DAA

View file

@ -24,16 +24,16 @@
rustPlatform.buildRustPackage rec {
pname = "nushell";
version = "0.71.0";
version = "0.72.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-81vyW5GovBnH3tLr77V2uLIkigymF+nOZ0F/J4eEu9Q=";
sha256 = "sha256-CWFG3ltSWwUPz+cVXUL0RaDxmm1A3Ie0BUBFFZfR9Mc=";
};
cargoSha256 = "sha256-A7MvyAQpd05uSkTw2fgQAN45dqku1RWYag5LIkS6GnY=";
cargoSha256 = "sha256-VgE14440BumaL/wZz1ONjIK1nsJWaPlvy7M0R+ojb9A=";
# enable pkg-config feature of zstd
cargoPatches = [ ./zstd-pkg-config.patch ];