summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-12-15 15:20:48 -0500
committerGitHub <noreply@github.com>2019-12-15 15:20:48 -0500
commit22a8e0eb85bec56c973d085af16712b75fd71648 (patch)
treed556c075a9861ebd4d5bdda54e01b11721fe31e0 /pkgs/tools
parentaa4a1b01d5180f9ceee99b16dd007672aa3f2dee (diff)
parentd02f94365ebc1f1a834b255598033f6b2830ef7e (diff)
downloadnixpkgs-22a8e0eb85bec56c973d085af16712b75fd71648.tar
nixpkgs-22a8e0eb85bec56c973d085af16712b75fd71648.tar.gz
nixpkgs-22a8e0eb85bec56c973d085af16712b75fd71648.tar.bz2
nixpkgs-22a8e0eb85bec56c973d085af16712b75fd71648.tar.lz
nixpkgs-22a8e0eb85bec56c973d085af16712b75fd71648.tar.xz
nixpkgs-22a8e0eb85bec56c973d085af16712b75fd71648.tar.zst
nixpkgs-22a8e0eb85bec56c973d085af16712b75fd71648.zip
Merge pull request #75398 from r-ryantm/auto-update/tpm2-tools
tpm2-tools: 4.0.1 -> 4.1
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/tpm2-tools/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/tpm2-tools/default.nix b/pkgs/tools/security/tpm2-tools/default.nix
index 03347f5f787..b7c2141b0f7 100644
--- a/pkgs/tools/security/tpm2-tools/default.nix
+++ b/pkgs/tools/security/tpm2-tools/default.nix
@@ -4,11 +4,11 @@
 
 stdenv.mkDerivation rec {
   pname = "tpm2-tools";
-  version = "4.0.1";
+  version = "4.1";
 
   src = fetchurl {
     url = "https://github.com/tpm2-software/${pname}/releases/download/${version}/${pname}-${version}.tar.gz";
-    sha256 = "zOw/ymNwNBoQLFwu8d205c0kK/G7xsUdlp93/HjKZ9E=";
+    sha256 = "1wnw4i2m6dkafqjjma8mxw9419py2v1knhn3zf1gaizdabskgkh7";
   };
 
   nativeBuildInputs = [ pandoc pkgconfig makeWrapper ];