Unverified Commit e048c081 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

owmods-gui: 0.15.3 -> 0.15.4 (#477837)

parents 3d5307d3 f2d572a7
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -18,19 +18,20 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "owmods-gui";
  version = "0.15.3";
  version = "0.15.4";

  src = fetchFromGitHub {
    owner = "ow-mods";
    repo = "ow-mod-man";
    tag = "gui_v${version}";
    hash = "sha256-mR4CKcdwlkJPyYK0KPSGbWMaSmHlGo5kOGHoZybduco=";
    hash = "sha256-1m648o9hm7j/etNNhGy2Yq9paz6ZHWDxVBLGdzGMbZQ=";
  };

  cargoHash = "sha256-KcJAbhIeScFHLjEboQmt0NiqoIen2TihtDJaJwsVuEQ=";
  cargoHash = "sha256-/id7DC3W22musOI4r4b0RPqSnIQVn1yHYLZcTilShVk=";

  buildNoDefaultFeatures = true;
  buildFeatures = [
    "tauri/custom-protocol"
    "custom-protocol"
  ];

  nativeBuildInputs = [
@@ -63,7 +64,7 @@ rustPlatform.buildRustPackage rec {
        src = "${src}/owmods_gui/frontend";

        packageJSON = "${src}/owmods_gui/frontend/package.json";
        npmDepsHash = "sha256-puDgzzzYy9HsuMo5V/E8Z8k6blCkl01JdfbpdhtnvS0=";
        npmDepsHash = "sha256-PDpL8Cdl6U17wPBGmyg5kYP5zh1NXRPVnaW4WrFD3oM=";

        postBuild = ''
          cp -r ../dist/ $out