about summary refs log tree commit diff
path: root/pkgs/tools/security/libtpms
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-09-14 15:43:10 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-09-14 15:43:10 +0000
commitb40e78de01086ab553c8c299911af6006c42fc61 (patch)
tree25736713e6eb49cc1396d4dfd1629b6d022a36a2 /pkgs/tools/security/libtpms
parent7319369972674880c38ba96acb7aab4455923793 (diff)
libtpms: 0.8.4 -> 0.8.6
Diffstat (limited to 'pkgs/tools/security/libtpms')
-rw-r--r--pkgs/tools/security/libtpms/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/libtpms/default.nix b/pkgs/tools/security/libtpms/default.nix
index baca0ed8b7718..64bb10cb8bf2f 100644
--- a/pkgs/tools/security/libtpms/default.nix
+++ b/pkgs/tools/security/libtpms/default.nix
@@ -7,13 +7,13 @@
 
 stdenv.mkDerivation rec {
   pname = "libtpms";
-  version = "0.8.4";
+  version = "0.8.6";
 
   src = fetchFromGitHub {
     owner = "stefanberger";
     repo = "libtpms";
     rev = "v${version}";
-    sha256 = "sha256-9e7O9SE7e8D6ULXhICabNCrL+QTH55jQm0AI7DVteE0=";
+    sha256 = "sha256-XvugcpoFQhdCBBg7hOgsUzSn4ad7RUuAEkvyiPLg4Lw=";
   };
 
   nativeBuildInputs = [