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

This commit is contained in:
Arne Keller
2025-10-02 09:47:57 +00:00
committed by GitHub

View File

@@ -8,7 +8,7 @@
}:
rustPlatform.buildRustPackage rec {
pname = "sgxs-tools";
version = "0.8.6";
version = "0.9.2";
nativeBuildInputs = [
pkg-config
protobuf
@@ -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";