sgxs-tools: 0.8.6 -> 0.9.2 (#447831)

authored by Arne Keller and committed by GitHub 60c867c8 a7360568

+3 -3
+3 -3
pkgs/by-name/sg/sgxs-tools/package.nix
··· 8 }: 9 rustPlatform.buildRustPackage rec { 10 pname = "sgxs-tools"; 11 - version = "0.8.6"; 12 nativeBuildInputs = [ 13 pkg-config 14 protobuf ··· 16 buildInputs = [ openssl_3 ]; 17 src = fetchCrate { 18 inherit pname version; 19 - hash = "sha256-24lUhi4IPv+asM51/BfufkOUYVellXoXsbWXWN/zoBw="; 20 }; 21 22 - cargoHash = "sha256-7Jzr9Y6ixK1SHCHXaNKVXk0qfbtmXpr9dz1UNk7Q3XI="; 23 meta = { 24 description = "Utilities for working with the SGX stream format"; 25 homepage = "https://github.com/fortanix/rust-sgx";
··· 8 }: 9 rustPlatform.buildRustPackage rec { 10 pname = "sgxs-tools"; 11 + version = "0.9.2"; 12 nativeBuildInputs = [ 13 pkg-config 14 protobuf ··· 16 buildInputs = [ openssl_3 ]; 17 src = fetchCrate { 18 inherit pname version; 19 + hash = "sha256-vLbSjDULrYL8emQTha4fhEbr00OlhXNa00QhCKCnWDc="; 20 }; 21 22 + cargoHash = "sha256-5JMChgqFny9bB8ur/5koW3/YFCOVjb7cDsn4Ki2FSzA="; 23 meta = { 24 description = "Utilities for working with the SGX stream format"; 25 homepage = "https://github.com/fortanix/rust-sgx";