Unverified Commit 3627243f authored by Arnout Engelen's avatar Arnout Engelen
Browse files

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
parent e76c78d2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];