owmods-cli: 0.11.3 -> 0.12.0

This commit is contained in:
R. Ryantm 2024-01-08 00:39:46 +00:00
parent 57a00c9d04
commit a97766c3e0
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 = [