summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2022-03-15 15:05:49 -0700
committerGitHub <noreply@github.com>2022-03-15 15:05:49 -0700
commit007ccf2f4f1da567903ae392cbf19966eb30cf20 (patch)
tree4bfc75e32472781ec851ca79e3cecf7268677d37 /pkgs/tools/security
parent2ea20c76b2bd79c5dce57463da92400348bef3bd (diff)
parent2e553c830743283c8a462792e0de1462a5b42f0f (diff)
downloadnixpkgs-007ccf2f4f1da567903ae392cbf19966eb30cf20.tar
nixpkgs-007ccf2f4f1da567903ae392cbf19966eb30cf20.tar.gz
nixpkgs-007ccf2f4f1da567903ae392cbf19966eb30cf20.tar.bz2
nixpkgs-007ccf2f4f1da567903ae392cbf19966eb30cf20.tar.lz
nixpkgs-007ccf2f4f1da567903ae392cbf19966eb30cf20.tar.xz
nixpkgs-007ccf2f4f1da567903ae392cbf19966eb30cf20.tar.zst
nixpkgs-007ccf2f4f1da567903ae392cbf19966eb30cf20.zip
Merge pull request #163837 from r-ryantm/auto-update/libtpms
libtpms: 0.9.2 -> 0.9.3
Diffstat (limited to 'pkgs/tools/security')
-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 d93f0135c20..2042ec30fff 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.2";
+  version = "0.9.3";
 
   src = fetchFromGitHub {
     owner = "stefanberger";
     repo = "libtpms";
     rev = "v${version}";
-    sha256 = "sha256-sfAmyx9MgzCVA1Da7hl6/sKxhS9ptaNLeSB8wmJIKDs=";
+    sha256 = "sha256-ih154MtLWBUdo7+ugu6tg5O/XSjlgFC00wgWC71VeaE=";
   };
 
   nativeBuildInputs = [