about summary refs log tree commit diff
path: root/pkgs/tools/security/tboot
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-26 00:01:40 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-26 00:01:40 +0000
commitf3180f4cdc01bb8626426149032e5e2dd1830349 (patch)
treef59aa0c8caa2b8b180afab36264daedbcbeb3387 /pkgs/tools/security/tboot
parentf33719eda108fea4611a95d7d54a0dfb91c9ebc5 (diff)
tboot: 1.10.4 -> 1.10.5
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 a33c26419e161..0b7ecca4f240c 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.4";
+  version = "1.10.5";
 
   src = fetchurl {
     url = "mirror://sourceforge/tboot/${pname}-${version}.tar.gz";
-    sha256 = "sha256-iEn6mZ0tuDBA1a2POpJEBaIM0TMVDohbVvp/6OO4nAY=";
+    sha256 = "sha256-O0vhbAPLwlBx7x1L2gtP1VDu2G2sbH9+/fAkI8VRs5M=";
   };
 
   buildInputs = [ openssl trousers zlib ];