about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-05-03 15:39:35 +0000
committerGitHub <noreply@github.com>2024-05-03 15:39:35 +0000
commit2e24042d13b4bbe5b8cc2318e1e9ae4e91f37fae (patch)
treecab6c6bd16454c518ea15b6174c3b371297f2022
parent7bd77d4dfa4b51eaaec1bb58313d419ae4b522e2 (diff)
tpm2-tools: 5.6 -> 5.7 (#308811)
Cherry picked from commit bb9e8704fe7adbc0759112b75acf642f2d1a1a61

Co-authored-by: Tom Fitzhenry <tom@tom-fitzhenry.me.uk>
-rw-r--r--pkgs/tools/security/tpm2-tools/default.nix12
1 files changed, 2 insertions, 10 deletions
diff --git a/pkgs/tools/security/tpm2-tools/default.nix b/pkgs/tools/security/tpm2-tools/default.nix
index d622ab5b93da..18eedfb98f98 100644
--- a/pkgs/tools/security/tpm2-tools/default.nix
+++ b/pkgs/tools/security/tpm2-tools/default.nix
@@ -4,21 +4,13 @@
 
 stdenv.mkDerivation rec {
   pname = "tpm2-tools";
-  version = "5.6";
+  version = "5.7";
 
   src = fetchurl {
     url = "https://github.com/tpm2-software/${pname}/releases/download/${version}/${pname}-${version}.tar.gz";
-    sha256 = "sha256-Usi8uq3KCCq/5et+5JZ9LWMthLFndnXy8HG20uwizsM=";
+    sha256 = "sha256-OBDTa1B5JW9PL3zlUuIiE9Q7EDHBMVON+KLbw8VwmDo=";
   };
 
-  patches = [
-    # https://github.com/tpm2-software/tpm2-tools/pull/3271
-    (fetchpatch {
-      url = "https://github.com/tpm2-software/tpm2-tools/commit/b98be08f6f88b0cca9e0667760c4e1e5eb417fbd.patch";
-      sha256 = "sha256-2sEam9i4gwscJhLwraX2EAjVM8Dh1vmNnG3zYsOF0fc=";
-    })
-  ];
-
   nativeBuildInputs = [ pandoc pkg-config makeWrapper ];
   buildInputs = [
     curl openssl tpm2-tss libuuid