owmods-gui: 0.15.3 -> 0.15.4

This commit is contained in:
Ben C
2026-01-07 13:57:23 -05:00
parent 47a27e1003
commit f2d572a708
+6 -5
View File
@@ -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