Unverified Commit 6f88e277 authored by ozwaldorf's avatar ozwaldorf
Browse files

sgxs-tools: 0.8.6 -> 0.9.2

parent 5a17d787
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";