From 5bd3236442ee1f2a0d3190e18db0f6dceeab61e3 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Thu, 14 Oct 2021 21:27:54 +0200 Subject: [PATCH] swtpm: 0.6.0 -> 0.6.1 https://github.com/stefanberger/swtpm/releases/tag/v0.6.1 Also fix a small mistake I made in a comment in a previous commit. --- pkgs/tools/security/swtpm/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/swtpm/default.nix b/pkgs/tools/security/swtpm/default.nix index fa2d774e1174..de67a453fc5f 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:'