about summary refs log tree commit diff
path: root/pkgs/tools/security/tpm2-tools
diff options
context:
space:
mode:
authorArthur Gautier <baloo@superbaloo.net>2021-02-16 00:43:58 +0000
committerArthur Gautier <baloo@superbaloo.net>2021-02-16 00:43:58 +0000
commit88f8fcfef864378977095a0e06cb0f306c2f4541 (patch)
tree65b8a41b4af1f5dbb0b9eefe53208c2f7ba980eb /pkgs/tools/security/tpm2-tools
parent82abb66345f583001009f1be36f81c4082098011 (diff)
tpm2-tools: 4.1.3 -> 5.0
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
Diffstat (limited to 'pkgs/tools/security/tpm2-tools')
-rw-r--r--pkgs/tools/security/tpm2-tools/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/security/tpm2-tools/default.nix b/pkgs/tools/security/tpm2-tools/default.nix
index 6b33d1d4d5988..73368f40476db 100644
--- a/pkgs/tools/security/tpm2-tools/default.nix
+++ b/pkgs/tools/security/tpm2-tools/default.nix
@@ -1,19 +1,19 @@
 { stdenv, fetchurl, lib
-, pandoc, pkg-config, makeWrapper, curl, openssl, tpm2-tss
+, pandoc, pkg-config, makeWrapper, curl, openssl, tpm2-tss, libuuid
 , abrmdSupport ? true, tpm2-abrmd ? null }:
 
 stdenv.mkDerivation rec {
   pname = "tpm2-tools";
-  version = "4.1.3";
+  version = "5.0";
 
   src = fetchurl {
     url = "https://github.com/tpm2-software/${pname}/releases/download/${version}/${pname}-${version}.tar.gz";
-    sha256 = "0117r0zzdnblkibv81y71v3limixsw5m7g9xwf7lcx8fc8836pdv";
+    sha256 = "sha256-4bkH/imHdigFLgithO68bD92RtKVBe1IYulhYqjJG6E=";
   };
 
   nativeBuildInputs = [ pandoc pkg-config makeWrapper ];
   buildInputs = [
-    curl openssl tpm2-tss
+    curl openssl tpm2-tss libuuid
   ];
 
   preFixup = let