about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-03 03:49:29 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-03 03:49:29 +0000
commit4af02a525b10302e67ba2a962931a97b7b9583ab (patch)
tree71b53b2fb3b9effc79753e7258d3b5902de08963
parent72453271bb8e9adb053407b1f7feff8412e53527 (diff)
tboot: 1.10.5 -> 1.11.0
-rw-r--r--pkgs/tools/security/tboot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/tboot/default.nix b/pkgs/tools/security/tboot/default.nix
index 0b7ecca4f240c..4026485097ad3 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 ];