Unverified Commit 17495e7a authored by Maxime Brunet's avatar Maxime Brunet
Browse files

devpod: 0.4.2 -> 0.5.2

parent cf59adeb
Loading
Loading
Loading
Loading
+1860 −736

File changed.

Preview size limit exceeded, changes collapsed.

+4 −4
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@

let
  pname = "devpod";
  version = "0.4.2";
  version = "0.5.2";

  src = fetchFromGitHub {
    owner = "loft-sh";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-e9sa9LniG5fj3S+x9T91v6ILPI0CD2y3QnZxXcKy6Ik=";
    sha256 = "sha256-xvZ9I8VL50yS6tEQizp7bebyZVTCW6y2VOSyVZDJy6M=";
  };

  meta = with lib; {
@@ -79,7 +79,7 @@ rec {

        offlineCache = fetchYarnDeps {
          yarnLock = "${src}/desktop/yarn.lock";
          sha256 = "sha256-Nezh2nGhrxmNLLqZVugJqr895CIa2QWE3CNLjkjrEEs=";
          sha256 = "sha256-I+c0zrybNv3iS+Wy+n+NlBalA6gLYuxBw00mAJbqgfU=";
        };

        packageJSON = ./package.json;
@@ -106,7 +106,7 @@ rec {
      cargoLock = {
        lockFile = ./Cargo.lock;
        outputHashes = {
          "tauri-plugin-log-0.1.0" = "sha256-Ei0j7UNzsK45c8fEV8Yw3pyf4oSG5EYgLB4BRfafq6A=";
          "tauri-plugin-log-0.0.0" = "sha256-M6uGcf4UWAU+494wAK/r2ta1c3IZ07iaURLwJJR9F3U=";
        };
      };

+6 −6
Original line number Diff line number Diff line
@@ -26,16 +26,16 @@
    "@tanstack/react-query": "4.36.1",
    "@tanstack/react-query-devtools": "4.36.1",
    "@tanstack/react-table": "8.10.7",
    "@tauri-apps/api": "1.5.0",
    "@tauri-apps/api": "1.5.1",
    "dayjs": "1.11.10",
    "framer-motion": "10.16.4",
    "framer-motion": "10.16.9",
    "markdown-to-jsx": "7.3.2",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-hook-form": "7.47.0",
    "react-icons": "4.11.0",
    "react-router": "6.16.0",
    "react-router-dom": "6.16.0",
    "react-hook-form": "7.48.2",
    "react-icons": "4.12.0",
    "react-router": "6.20.0",
    "react-router-dom": "6.20.0",
    "tauri-plugin-store-api": "https://github.com/tauri-apps/tauri-plugin-store",
    "uuid": "9.0.1",
    "xterm": "5.3.0",