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

trinsic-cli: 1.5.0 -> 1.6.0
This commit is contained in:
Bobby Rong 2022-07-31 21:23:55 +08:00 committed by GitHub
commit b45f4b9cf8
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.5.0";
version = "1.6.0";
src = fetchurl {
url = "https://github.com/trinsic-id/sdk/releases/download/v${version}/trinsic-cli-vendor-${version}.tar.gz";
sha256 = "sha256-Z9orGhxbu/ehyaYhY35lYWcZQWNVk+zLSoqwAZwnpLY=";
sha256 = "sha256-lLfsZXVecXisiTyZqbWB7hbn4iQOTsrQxe7F+YnCSFU=";
};
cargoVendorDir = "vendor";