summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-20 02:31:41 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-05-20 02:31:41 +0000
commit85e5b5107ff5efafd8502b149b281f6769e342b6 (patch)
tree9241abac749b43167eb69aaef18fc630e3b1113e
parent567f0a3df11b67572a52a05766fe258787bace9a (diff)
downloadnixpkgs-85e5b5107ff5efafd8502b149b281f6769e342b6.tar
nixpkgs-85e5b5107ff5efafd8502b149b281f6769e342b6.tar.gz
nixpkgs-85e5b5107ff5efafd8502b149b281f6769e342b6.tar.bz2
nixpkgs-85e5b5107ff5efafd8502b149b281f6769e342b6.tar.lz
nixpkgs-85e5b5107ff5efafd8502b149b281f6769e342b6.tar.xz
nixpkgs-85e5b5107ff5efafd8502b149b281f6769e342b6.tar.zst
nixpkgs-85e5b5107ff5efafd8502b149b281f6769e342b6.zip
tpm2-tools: 4.1.1 -> 4.1.2
-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 06826173e34..282b1df299c 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.1.1";
+  version = "4.1.2";
 
   src = fetchurl {
     url = "https://github.com/tpm2-software/${pname}/releases/download/${version}/${pname}-${version}.tar.gz";
-    sha256 = "1cd74nd57wmms2yrnzs64xki29rf4kx61kd30fyd56wlicyjdfa0";
+    sha256 = "0di97zmxdh04m2ibyshcgvillwxx6rnd0543scm7q10y7nv74m0p";
   };
 
   nativeBuildInputs = [ pandoc pkgconfig makeWrapper ];