Merge pull request #141919 from Luflosi/update/swtpm
swtpm: 0.6.0 -> 0.6.1
This commit is contained in:
commit
9d7df9dcc3
1 changed files with 3 additions and 3 deletions
|
@ -12,13 +12,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "swtpm";
|
pname = "swtpm";
|
||||||
version = "0.6.0";
|
version = "0.6.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "stefanberger";
|
owner = "stefanberger";
|
||||||
repo = "swtpm";
|
repo = "swtpm";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-7YzdwGAGECj7PhaCOf/dLSILPXqtbylCkN79vuFBw5Y=";
|
sha256 = "sha256-iy8xjKnPLq1ntZa9x+KtLDznzu6m+1db3NPeGQESUVo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
prePatch = ''
|
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 \
|
substituteInPlace samples/Makefile.am \
|
||||||
--replace 'install-data-local:' 'do-not-execute:'
|
--replace 'install-data-local:' 'do-not-execute:'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue