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

trinsic-cli: 1.11.0 -> 1.12.0
This commit is contained in:
Mario Rodas 2023-10-27 06:09:15 -05:00 committed by GitHub
commit 2e2c9d5476
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.11.0";
version = "1.12.0";
src = fetchurl {
url = "https://github.com/trinsic-id/sdk/releases/download/v${version}/trinsic-cli-vendor-${version}.tar.gz";
sha256 = "sha256-kWdayQRV/VHgvBhGLc67qTXFz6Ufec6h+1ihrIdkCs4=";
sha256 = "sha256-dKVbiqLhcN8QALOyvTIlgsODWOQv6zRBXrRVB6KxpJg=";
};
cargoVendorDir = "vendor";