Commit 2f1dea39 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent 21ef5523
Loading
Loading
Loading
Loading
+5 −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.112.1";
  version = "0.112.2";

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

  cargoHash = "sha256-Y/yaWj2akccehFVxrGHrsjzZd02L8qE9KoSSwzAeEwg=";
  cargoHash = "sha256-KBDgICbdYcqgMLtUXWQsMPe1fO7zT4NcavAyS2i0cDc=";

  nativeBuildInputs = [
    pkg-config
@@ -75,6 +75,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
        "plugins::stress_internals::test_local_socket"

        # Error:   × I/O error: Operation not permitted (os error 1)
        "shell::environment::env::env_shlvl_in_exec_repl"
        "shell::environment::env::env_shlvl_in_repl"
        "shell::environment::env::path_is_a_list_in_repl"
      ];