lol

Merge pull request #141919 from Luflosi/update/swtpm

swtpm: 0.6.0 -> 0.6.1

authored by

Bobby Rong and committed by
GitHub
9d7df9dc e955fad0

+3 -3
+3 -3
pkgs/tools/security/swtpm/default.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "swtpm"; 15 - version = "0.6.0"; 15 + version = "0.6.1"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "stefanberger"; 19 19 repo = "swtpm"; 20 20 rev = "v${version}"; 21 - sha256 = "sha256-7YzdwGAGECj7PhaCOf/dLSILPXqtbylCkN79vuFBw5Y="; 21 + sha256 = "sha256-iy8xjKnPLq1ntZa9x+KtLDznzu6m+1db3NPeGQESUVo="; 22 22 }; 23 23 24 24 patches = [ ··· 46 46 ]; 47 47 48 48 prePatch = '' 49 - # Makefile tries to create the directory /var/lib/swtpm-localcafor, which fails 49 + # Makefile tries to create the directory /var/lib/swtpm-localca, which fails 50 50 substituteInPlace samples/Makefile.am \ 51 51 --replace 'install-data-local:' 'do-not-execute:' 52 52