From 6f88e2772d7cd0a59a1392b8100a07f6c5fbcd71 Mon Sep 17 00:00:00 2001 From: ozwaldorf Date: Wed, 1 Oct 2025 17:01:27 -0400 Subject: [PATCH] sgxs-tools: 0.8.6 -> 0.9.2 --- pkgs/by-name/sg/sgxs-tools/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/sg/sgxs-tools/package.nix b/pkgs/by-name/sg/sgxs-tools/package.nix index fc341eb593c4..2f6025a3cb09 100644 --- a/pkgs/by-name/sg/sgxs-tools/package.nix +++ b/pkgs/by-name/sg/sgxs-tools/package.nix @@ -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";