swtpm: 0.7.2 -> 0.7.3

https://github.com/stefanberger/swtpm/releases/tag/v0.7.3
This commit is contained in:
Luflosi 2022-04-29 09:17:41 +02:00
parent 57ba746ca7
commit 8b4c5b383d
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "swtpm"; pname = "swtpm";
version = "0.7.2"; version = "0.7.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "stefanberger"; owner = "stefanberger";
repo = "swtpm"; repo = "swtpm";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-qeyPCJTNnwuaCosHzqnrQc0JNznGBfDTLsuDmuKREjU="; sha256 = "sha256-YaNQgxk0uT8FLUIxF80jpgO/L9ygGRHaABEcs5ukq5E=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [