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-03-12 00:54:00 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-03-12 00:54:00 +0000
commit2a3115f2154988e251d586fa6614c22469f1daa3 (patch)
tree4e786246b36d13e4ca35ecf410dfcf3aeed1e239 /pkgs/tools/security/libtpms
parentfea3cb98e1c86ae92c74d2f705642581b622215d (diff)
libtpms: 0.8.0 -> 0.8.2
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 67228be6741bc..85a2c1f722533 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.0";
+  version = "0.8.2";
 
   src = fetchFromGitHub {
     owner = "stefanberger";
     repo = "libtpms";
     rev = "v${version}";
-    sha256 = "sha256-/zvMXdAOb4J3YaqdVJvTUI1/JFC0OKwgiYwYgYB62Y4=";
+    sha256 = "sha256-ljzxaZYC2RzasKoRvnjead8CEkbdptGD4V5QapvAQUQ=";
   };
 
   nativeBuildInputs = [