trinsic-cli: 1.4.0 -> 1.5.0 (#176567)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Tomislav Markovski 2022-06-25 00:09:48 -04:00 committed by GitHub
parent 17196d5858
commit 5e95aa1050
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.4.0";
version = "1.5.0";
src = fetchurl {
url = "https://github.com/trinsic-id/sdk/releases/download/v${version}/trinsic-cli-vendor-${version}.tar.gz";
sha256 = "sha256-Dxmjbd1Q2JNeET22Fte7bygd+oH3ZfovRTJh5xforuw=";
sha256 = "sha256-Z9orGhxbu/ehyaYhY35lYWcZQWNVk+zLSoqwAZwnpLY=";
};
cargoVendorDir = "vendor";