Loading pkgs/by-name/sg/sgxs-tools/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ }: rustPlatform.buildRustPackage rec { pname = "sgxs-tools"; version = "0.8.6"; version = "0.9.2"; nativeBuildInputs = [ pkg-config protobuf Loading @@ -16,10 +16,10 @@ rustPlatform.buildRustPackage rec { buildInputs = [ openssl_3 ]; src = fetchCrate { inherit pname version; hash = "sha256-24lUhi4IPv+asM51/BfufkOUYVellXoXsbWXWN/zoBw="; hash = "sha256-vLbSjDULrYL8emQTha4fhEbr00OlhXNa00QhCKCnWDc="; }; cargoHash = "sha256-7Jzr9Y6ixK1SHCHXaNKVXk0qfbtmXpr9dz1UNk7Q3XI="; cargoHash = "sha256-5JMChgqFny9bB8ur/5koW3/YFCOVjb7cDsn4Ki2FSzA="; meta = { description = "Utilities for working with the SGX stream format"; homepage = "https://github.com/fortanix/rust-sgx"; Loading Loading
pkgs/by-name/sg/sgxs-tools/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ }: rustPlatform.buildRustPackage rec { pname = "sgxs-tools"; version = "0.8.6"; version = "0.9.2"; nativeBuildInputs = [ pkg-config protobuf Loading @@ -16,10 +16,10 @@ rustPlatform.buildRustPackage rec { buildInputs = [ openssl_3 ]; src = fetchCrate { inherit pname version; hash = "sha256-24lUhi4IPv+asM51/BfufkOUYVellXoXsbWXWN/zoBw="; hash = "sha256-vLbSjDULrYL8emQTha4fhEbr00OlhXNa00QhCKCnWDc="; }; cargoHash = "sha256-7Jzr9Y6ixK1SHCHXaNKVXk0qfbtmXpr9dz1UNk7Q3XI="; cargoHash = "sha256-5JMChgqFny9bB8ur/5koW3/YFCOVjb7cDsn4Ki2FSzA="; meta = { description = "Utilities for working with the SGX stream format"; homepage = "https://github.com/fortanix/rust-sgx"; Loading