Unverified Commit 6f4c85b5 authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

deadlock-mod-manager: 0.14.1 -> 0.16.0 (#493565)

parents 00f230dc 214f2810
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,6 +7,6 @@ index ed05fce..e1649e0 100644
     },
     "active": true,
-    "createUpdaterArtifacts": true,
     "targets": "all",
     "targets": ["deb", "rpm"],
     "icon": [
       "icons/32x32.png",
 No newline at end of file
+4 −4
Original line number Diff line number Diff line
@@ -27,19 +27,19 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
  pname = "deadlock-mod-manager";
  version = "0.14.1";
  version = "0.16.0";

  src = fetchFromGitHub {
    owner = "deadlock-mod-manager";
    repo = "deadlock-mod-manager";
    tag = "v${finalAttrs.version}";
    hash = "sha256-A7RsgPi3NlcLSBkLg7/pWcSduaZyCspz19sjGjzEkqM=";
    hash = "sha256-rsOaCgP7ub4FkTkg1VWPZyf+N2I0qM0DCIIqBpJZCVg=";
  };

  cargoRoot = "apps/desktop";
  buildAndTestSubdir = finalAttrs.cargoRoot;

  cargoHash = "sha256-L4orWiK1s1hfC2QDJ8G4hI1iqrdPHBaVTVHoW0hdlGo=";
  cargoHash = "sha256-aUtJzgjc9reFxUVMRwqCd2lNMRALlfMkfIRN4QT3g+E=";

  nativeBuildInputs = [
    rustPlatform.cargoSetupHook
@@ -79,7 +79,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
    pnpm = pnpm_9;
    fetcherVersion = 2;
    sourceRoot = "source";
    hash = "sha256-KhBWFujjo3FW3intvGA2Y7eLIdJ1B/4P5xIRPvzygT8=";
    hash = "sha256-oQxW0q+myMllwLQd+GRXXvnce+bYtwTLEEwFU0nupv4=";
  };

  patches = [