Commit f35534ca authored by Gabriel Simmer's avatar Gabriel Simmer Committed by Yt
Browse files

nushell: 0.84.0 -> 0.85.0

parent 05e47082
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
}:

let
  version = "0.84.0";
  version = "0.85.0";
in

rustPlatform.buildRustPackage {
@@ -33,10 +33,10 @@ rustPlatform.buildRustPackage {
    owner = "nushell";
    repo = "nushell";
    rev = version;
    hash = "sha256-vXtQUWKRPS53IBUgO9Dw8dVzfD5W2kHSPOZHs293O5Q=";
    hash = "sha256-/c3JTgIT+T41D0S7irQ0jq2MDzmx3os4pYpVr10cL3E=";
  };

  cargoHash = "sha256-NtTCuTWbGTrGKF7ulm3Bfal/WuBtPEX7QvHoOyKY1V8=";
  cargoHash = "sha256-lBipwX72j0Af3PCat18s9NIjJiKZFZTcU9Utwt+eQzI=";

  nativeBuildInputs = [ pkg-config ]
    ++ lib.optionals (withDefaultFeatures && stdenv.isLinux) [ python3 ]
+2 −2
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@ stdenvNoCC.mkDerivation rec {
  src = fetchFromGitHub {
    owner = "nushell";
    repo = pname;
    rev = "45c051dad0e243a63608c8274b7fddd5f0b74941";
    hash = "sha256-kpE+vgobYsQuh8sS3gK/yg68nQykquwteeuecjLtIrE=";
    rev = "36a45f28a39ee1526a748b53f438a41ae939fc7c";
    hash = "sha256-QhERyWomyOOk9aYRjm69ykzOR3G/uGM/A4Pr9PlB71w=";
  };

  installPhase = ''
+2 −2
Original line number Diff line number Diff line
@@ -12,9 +12,9 @@ let
in
rustPlatform.buildRustPackage {
  inherit pname;
  version = "0.84.0";
  version = "0.85.0";
  src = nushell.src;
  cargoHash = "sha256-pwOdSJHd9njR0lr4n2EzCcqRonh0cbBHGZgAJ1l8FEk=";
  cargoHash = "sha256-OKtktjBOujvljAX260TbC2sQWZOiGgU+sXsbYRhGPRM=";
  nativeBuildInputs = [ pkg-config ];
  buildInputs = [ IOKit Foundation ];
  cargoBuildFlags = [ "--package nu_plugin_formats" ];
+2 −2
Original line number Diff line number Diff line
@@ -12,9 +12,9 @@ let
in
rustPlatform.buildRustPackage {
  inherit pname;
  version = "0.84.0";
  version = "0.85.0";
  src = nushell.src;
  cargoHash = "sha256-RcwCYfIEV0+NbZ99uWaCOLqLap3wZ4qXIsc02fqkBSQ=";
  cargoHash = "sha256-Fj70uKYzEKxeZeNrqlwM7ZFJ+K1tz10RqLndrdY40CE=";
  nativeBuildInputs = [ pkg-config ];
  buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security ];
  cargoBuildFlags = [ "--package nu_plugin_gstat" ];
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@

rustPlatform.buildRustPackage {
  pname = "nushell_plugin_query";
  version = "0.84.0";
  version = "0.85.0";

  src = nushell.src;

  cargoHash = "sha256-8uAoiurQpI++duheNqwEDw/0CIPE1dHcgL48hKWqNUg=";
  cargoHash = "sha256-8iUqOdGWm2kDW72ptlCBIqqe4zjckN09MOQD77kCf5Y=";

  buildInputs = lib.optionals stdenv.isDarwin [ IOKit CoreFoundation ];