Unverified Commit b29b1a3d authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

nushell: 0.111.0 -> 0.112.1 (#509448)

parents 83d7d764 26c92163
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.111.0";
  version = "0.112.1";

  src = fetchFromGitHub {
    owner = "nushell";
    repo = "nushell";
    tag = finalAttrs.version;
    hash = "sha256-/jS75aVUCLWDq3zw8yv2pUjUneyYSngfELuKfDQtqqA=";
    hash = "sha256-y0EfP95XEVvse0xaSWK5Yr748tTVYRG7Bx+Qf5JrlYY=";
  };

  cargoHash = "sha256-7hXmBNvNRdO4pXfF7RNcPrB7BmKL/BWqjQoz6pB4P2A=";
  cargoHash = "sha256-Y/yaWj2akccehFVxrGHrsjzZd02L8qE9KoSSwzAeEwg=";

  nativeBuildInputs = [
    pkg-config