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
2 changed files with 1754 additions and 4 deletions
+1746
View File
File diff suppressed because it is too large Load Diff
+8 -4
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)";