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-12-07 11:52:19 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-12-07 11:52:19 +0000
commit965baa629fad45aecf3bd464b9b72755b361e67a (patch)
tree6bc605f661dcd4e86a2d06a0c4a965d384493583 /pkgs/tools/security/libtpms
parent0dc7780aab179ff42b6add004762a5b06467ba65 (diff)
libtpms: 0.9.0 -> 0.9.1
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 9877aaad7e98a..b49ce7305deb6 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.0";
+  version = "0.9.1";
 
   src = fetchFromGitHub {
     owner = "stefanberger";
     repo = "libtpms";
     rev = "v${version}";
-    sha256 = "sha256-9u5Yq9PXMADvyWZo5aFa0GNzqVsbyN25o/cYQdbrUO0=";
+    sha256 = "sha256-30P/YggrPEVpsh2qo751aW6RtrpIVe1XQWyYZm8P4yA=";
   };
 
   nativeBuildInputs = [