Merge pull request #276484 from r-ryantm/auto-update/trinsic-cli

trinsic-cli: 1.12.0 -> 1.13.0
This commit is contained in:
Weijia Wang 2024-01-03 19:01:53 +01:00 committed by GitHub
commit a5ebb876dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
rustPlatform.buildRustPackage rec {
pname = "trinsic-cli";
version = "1.12.0";
version = "1.13.0";
src = fetchurl {
url = "https://github.com/trinsic-id/sdk/releases/download/v${version}/trinsic-cli-vendor-${version}.tar.gz";
sha256 = "sha256-dKVbiqLhcN8QALOyvTIlgsODWOQv6zRBXrRVB6KxpJg=";
sha256 = "sha256-uW4PNlDfyxzec9PzfXr25gPrFZQGr8qm0jLMOeIazoE=";
};
cargoVendorDir = "vendor";