Unverified Commit 3e8ec8c8 authored by Yt's avatar Yt Committed by GitHub
Browse files

nushell: 0.110.0 -> 0.111.0 (#495526)

parents c4b04018 eb7a0802
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -24,16 +24,16 @@ rustPlatform.buildRustPackage (finalAttrs: {
  # NOTE: when updating this to a new non-patch version, please also try to
  # update the plugins. Plugins only work if they are compiled for the same
  # major/minor version.
  version = "0.110.0";
  version = "0.111.0";

  src = fetchFromGitHub {
    owner = "nushell";
    repo = "nushell";
    tag = finalAttrs.version;
    hash = "sha256-iytTJZ70kg2Huwj/BSwDX4h9DVDTlJR2gEHAB2pGn/k=";
    hash = "sha256-/jS75aVUCLWDq3zw8yv2pUjUneyYSngfELuKfDQtqqA=";
  };

  cargoHash = "sha256-a/N0a9ZVqXAjAl5Z7BdEsIp0He3h0S/owS0spEPb3KI=";
  cargoHash = "sha256-7hXmBNvNRdO4pXfF7RNcPrB7BmKL/BWqjQoz6pB4P2A=";

  nativeBuildInputs = [
    pkg-config