Merge pull request #256450 from bddvlpr/update/vrc-get

vrc-get: 1.1.3 -> 1.3.0
This commit is contained in:
Peder Bergebakken Sundt 2023-12-02 16:30:10 +01:00 committed by GitHub
commit 27e69cc008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1754 additions and 4 deletions

1746
pkgs/tools/misc/vrc-get/Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2,14 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "vrc-get";
version = "1.1.3";
version = "1.3.0";
src = fetchFromGitHub {
owner = "anatawa12";
repo = pname;
rev = "v${version}";
hash = "sha256-CJBwW2QsLNLyNubawBPD+Cy74JrrdSUHe7JBSdbMnjY=";
fetchSubmodules = true;
hash = "sha256-FCLIc5c+50qGpBEbJ4bUSNAfQVdpeswNwiWrVcO91zI=";
};
nativeBuildInputs = [ pkg-config ];
@ -19,7 +18,12 @@ rustPlatform.buildRustPackage rec {
# Make openssl-sys use pkg-config.
OPENSSL_NO_VENDOR = 1;
cargoHash = "sha256-PnNo+MmBo/Ke7pL6KwRKXz3gycJmbYefTRMWOvlCQaQ=";
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"async_zip-0.0.15" = "sha256-UXBVZy3nf20MUh9jQdYeS5ygrZfeRWtiNRtiyMvkdSs=";
};
};
meta = with lib; {
description = "Command line client of VRChat Package Manager, the main feature of VRChat Creator Companion (VCC)";