From 4af02a525b10302e67ba2a962931a97b7b9583ab Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 3 May 2023 03:49:29 +0000 Subject: [PATCH] tboot: 1.10.5 -> 1.11.0 --- pkgs/tools/security/tboot/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/tboot/default.nix b/pkgs/tools/security/tboot/default.nix index 0b7ecca4f240..4026485097ad 100644 --- a/pkgs/tools/security/tboot/default.nix +++ b/pkgs/tools/security/tboot/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "tboot"; - version = "1.10.5"; + version = "1.11.0"; src = fetchurl { url = "mirror://sourceforge/tboot/${pname}-${version}.tar.gz"; - sha256 = "sha256-O0vhbAPLwlBx7x1L2gtP1VDu2G2sbH9+/fAkI8VRs5M="; + sha256 = "sha256-/hnuDEhnL7jIdZ4oUxDo1YYGseDoR+rKH9BhuXGiiQQ="; }; buildInputs = [ openssl trousers zlib ];