about summary refs log tree commit diff
path: root/pkgs/tools/security/swtpm
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-13 01:34:22 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-11-13 01:34:22 +0000
commit4d6d188495c2bafe0ac0b609158b063a723a1ba5 (patch)
tree66c25841443d5a225fa703ba62b379951c9ad3cc /pkgs/tools/security/swtpm
parent1090462258b94bf22b06b8389de09847e26e5c72 (diff)
swtpm: 0.7.3 -> 0.8.0
Diffstat (limited to 'pkgs/tools/security/swtpm')
-rw-r--r--pkgs/tools/security/swtpm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/swtpm/default.nix b/pkgs/tools/security/swtpm/default.nix
index 5d20b65d5914b..635fccc006325 100644
--- a/pkgs/tools/security/swtpm/default.nix
+++ b/pkgs/tools/security/swtpm/default.nix
@@ -16,13 +16,13 @@
 
 stdenv.mkDerivation rec {
   pname = "swtpm";
-  version = "0.7.3";
+  version = "0.8.0";
 
   src = fetchFromGitHub {
     owner = "stefanberger";
     repo = "swtpm";
     rev = "v${version}";
-    sha256 = "sha256-YaNQgxk0uT8FLUIxF80jpgO/L9ygGRHaABEcs5ukq5E=";
+    sha256 = "sha256-O+sHkmQ47FbqsgWpaqAc/j2AJ5xzsvpBj/p0Zea1nSI=";
   };
 
   nativeBuildInputs = [