summary refs log tree commit diff
diff options
context:
space:
mode:
authorWill Cohen <willcohen@users.noreply.github.com>2022-03-10 17:15:24 -0500
committerWill Cohen <willcohen@users.noreply.github.com>2022-03-10 17:17:36 -0500
commit6a5d127acce5247687b7cc49d15f16ea1d4ec537 (patch)
treeeeb72bcfaaf95691b84624dfb8710d5e6daeadc9
parent36891364410b13cf44e2aca64a03e7f33a234896 (diff)
downloadnixpkgs-6a5d127acce5247687b7cc49d15f16ea1d4ec537.tar
nixpkgs-6a5d127acce5247687b7cc49d15f16ea1d4ec537.tar.gz
nixpkgs-6a5d127acce5247687b7cc49d15f16ea1d4ec537.tar.bz2
nixpkgs-6a5d127acce5247687b7cc49d15f16ea1d4ec537.tar.lz
nixpkgs-6a5d127acce5247687b7cc49d15f16ea1d4ec537.tar.xz
nixpkgs-6a5d127acce5247687b7cc49d15f16ea1d4ec537.tar.zst
nixpkgs-6a5d127acce5247687b7cc49d15f16ea1d4ec537.zip
swtpm: 0.7.1 -> 0.7.2
-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 426c43b03ca..39128084352 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.1";
+  version = "0.7.2";
 
   src = fetchFromGitHub {
     owner = "stefanberger";
     repo = "swtpm";
     rev = "v${version}";
-    sha256 = "sha256-LJQF8PlRkhCJ8rjZzDetg1BFuTb7GBJ8lW6u5hO134k=";
+    sha256 = "sha256-qeyPCJTNnwuaCosHzqnrQc0JNznGBfDTLsuDmuKREjU=";
   };
 
   nativeBuildInputs = [