Unverified Commit ae9d0a64 authored by ozwaldorf's avatar ozwaldorf
Browse files

fortanix-sgx-tools: 0.5.1 -> 0.6.1

parent b17a48dd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "fortanix-sgx-tools";
  version = "0.5.1";
  version = "0.6.1";
  nativeBuildInputs = [
    pkg-config
    protobuf
@@ -16,10 +16,10 @@ rustPlatform.buildRustPackage rec {
  buildInputs = [ openssl_3 ];
  src = fetchCrate {
    inherit pname version;
    hash = "sha256-F0lZG1neAPVvyOxUtDPv0t7o+ZC+aQRtpFeq55QwcmE=";
    hash = "sha256-IVkmZs3imzj8uN8kqEzN/Oio3H+Nqzu8ORjARNx1TpQ=";
  };

  cargoHash = "sha256-FNMNHn1M0JzsgFqxXLUU3sEn7VB+YHVsWQCYVSxbUEg=";
  cargoHash = "sha256-jYd9KRZgdBoVepmV4x4E3Y7h1SzSLv2clB0uPSWv8tE=";
  meta = {
    description = "Tools for building and running enclaves for the Fortanix SGX ABI";
    homepage = "https://github.com/fortanix/rust-sgx";