Merge pull request #279480 from r-ryantm/auto-update/owmods-cli

owmods-cli: 0.11.3 -> 0.12.0
This commit is contained in:
Thiago Kenji Okada 2024-01-09 10:26:28 +00:00 committed by GitHub
commit 23080386a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 777 additions and 480 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,20 +12,17 @@
rustPlatform.buildRustPackage rec {
pname = "owmods-cli";
version = "0.11.3";
version = "0.12.0";
src = fetchFromGitHub {
owner = "ow-mods";
repo = "ow-mod-man";
rev = "cli_v${version}";
hash = "sha256-CobGF3ZQEdRRoMGL9l37alGQArIuRxiFbihQoRdnAsc=";
hash = "sha256-k9Jn8LiqDyVmtjKnmpoVePNW2x5UyFfcXAPyvEgUaCU=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"tauri-plugin-window-state-0.1.0" = "sha256-M6uGcf4UWAU+494wAK/r2ta1c3IZ07iaURLwJJR9F3U=";
};
};
nativeBuildInputs = [