summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-11-04 18:07:30 +0800
committerGitHub <noreply@github.com>2021-11-04 18:07:30 +0800
commit9d7df9dcc33a497e840062bb989962d5135d7aa5 (patch)
tree1d58983c95dfa3c338dcb48f448946bfd89de0af
parente955fad09e7c6f0cc08e238307b00e527368d975 (diff)
parent5bd3236442ee1f2a0d3190e18db0f6dceeab61e3 (diff)
downloadnixpkgs-9d7df9dcc33a497e840062bb989962d5135d7aa5.tar
nixpkgs-9d7df9dcc33a497e840062bb989962d5135d7aa5.tar.gz
nixpkgs-9d7df9dcc33a497e840062bb989962d5135d7aa5.tar.bz2
nixpkgs-9d7df9dcc33a497e840062bb989962d5135d7aa5.tar.lz
nixpkgs-9d7df9dcc33a497e840062bb989962d5135d7aa5.tar.xz
nixpkgs-9d7df9dcc33a497e840062bb989962d5135d7aa5.tar.zst
nixpkgs-9d7df9dcc33a497e840062bb989962d5135d7aa5.zip
Merge pull request #141919 from Luflosi/update/swtpm
swtpm: 0.6.0 -> 0.6.1
-rw-r--r--pkgs/tools/security/swtpm/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/swtpm/default.nix b/pkgs/tools/security/swtpm/default.nix
index fa2d774e117..de67a453fc5 100644
--- a/pkgs/tools/security/swtpm/default.nix
+++ b/pkgs/tools/security/swtpm/default.nix
@@ -12,13 +12,13 @@
 
 stdenv.mkDerivation rec {
   pname = "swtpm";
-  version = "0.6.0";
+  version = "0.6.1";
 
   src = fetchFromGitHub {
     owner = "stefanberger";
     repo = "swtpm";
     rev = "v${version}";
-    sha256 = "sha256-7YzdwGAGECj7PhaCOf/dLSILPXqtbylCkN79vuFBw5Y=";
+    sha256 = "sha256-iy8xjKnPLq1ntZa9x+KtLDznzu6m+1db3NPeGQESUVo=";
   };
 
   patches = [
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
   ];
 
   prePatch = ''
-    # Makefile tries to create the directory /var/lib/swtpm-localcafor, which fails
+    # Makefile tries to create the directory /var/lib/swtpm-localca, which fails
     substituteInPlace samples/Makefile.am \
         --replace 'install-data-local:' 'do-not-execute:'