about summary refs log tree commit diff
path: root/pkgs/tools/security/libtpms
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-28 22:36:11 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-28 22:36:11 +0000
commit58e78ab2213f6bdd04b493f91774fb20badaf1b6 (patch)
tree683802056cdf8b68fbc4c8fb36cbc6392f8feaa9 /pkgs/tools/security/libtpms
parent88fdc5544ed255af9efa0aeaee7c5f91cb5b9238 (diff)
libtpms: 0.9.4 -> 0.9.5
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 d410663e4fcea..558c0fd0c37ad 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.9.4";
+  version = "0.9.5";
 
   src = fetchFromGitHub {
     owner = "stefanberger";
     repo = "libtpms";
     rev = "v${version}";
-    sha256 = "sha256-f88hT9+rbZXkSQ39mUuGHqmBYN/7pdd5q4Aq4gGjVdY=";
+    sha256 = "sha256-gA3tXsrJgk0WCI2rKy81f3PrGu/Ml1WExJ0P9AzLQ+c=";
   };
 
   nativeBuildInputs = [