about summary refs log tree commit diff
path: root/pkgs/tools/security/tboot
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-28 12:38:36 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-28 12:38:36 +0000
commitb5a0bd48146e6caaed47d7916f52c38b74827fb6 (patch)
tree1dab11d21474b11d495a9bc61b3bb669f14ee392 /pkgs/tools/security/tboot
parentcd567da64a2b2798478fdb12bef4e52da3fd1a7c (diff)
tboot: 1.11.0 -> 1.11.1
Diffstat (limited to 'pkgs/tools/security/tboot')
-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 4026485097ad3..e88c8e9aa742d 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.11.0";
+  version = "1.11.1";
 
   src = fetchurl {
     url = "mirror://sourceforge/tboot/${pname}-${version}.tar.gz";
-    sha256 = "sha256-/hnuDEhnL7jIdZ4oUxDo1YYGseDoR+rKH9BhuXGiiQQ=";
+    sha256 = "sha256-1sPCbF/e5tWOEfBHM67lnK/QFyHRFZjRjAKxXAfw6nc=";
   };
 
   buildInputs = [ openssl trousers zlib ];