Merge pull request #170868 from Luflosi/update/swtpm

swtpm: 0.7.2 -> 0.7.3
This commit is contained in:
Artturi
2022-05-08 23:10:48 +03:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "swtpm";
version = "0.7.2";
version = "0.7.3";
src = fetchFromGitHub {
owner = "stefanberger";
repo = "swtpm";
rev = "v${version}";
sha256 = "sha256-qeyPCJTNnwuaCosHzqnrQc0JNznGBfDTLsuDmuKREjU=";
sha256 = "sha256-YaNQgxk0uT8FLUIxF80jpgO/L9ygGRHaABEcs5ukq5E=";
};
nativeBuildInputs = [