about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-11-27 02:29:57 +0100
committerGitHub <noreply@github.com>2022-11-27 02:29:57 +0100
commit40979144425046ebc249942aa3d00bd96315de5d (patch)
tree1dce4252eaeced8db76c39cc8d46fd1981bc977f
parent6d265da7baa637957834bf772504c82306c2525e (diff)
parent4d6d188495c2bafe0ac0b609158b063a723a1ba5 (diff)
Merge pull request #200965 from r-ryantm/auto-update/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 = [