Merge pull request #160746 from Luflosi/update/swtpm

swtpm: 0.7.0 -> 0.7.1

authored by Robert Scott and committed by GitHub 14223500 1c772b47

+5 -2
+5 -2
pkgs/tools/security/swtpm/default.nix
··· 11 12 # Tests 13 , python3, which 14 }: 15 16 stdenv.mkDerivation rec { 17 pname = "swtpm"; 18 - version = "0.7.0"; 19 20 src = fetchFromGitHub { 21 owner = "stefanberger"; 22 repo = "swtpm"; 23 rev = "v${version}"; 24 - sha256 = "sha256-5MKQmZxTW8WofmTkV9kGeGN5RxsgVVMFZEF3rPDUO6Q="; 25 }; 26 27 nativeBuildInputs = [ ··· 64 enableParallelBuilding = true; 65 66 outputs = [ "out" "man" ]; 67 68 meta = with lib; { 69 description = "Libtpms-based TPM emulator";
··· 11 12 # Tests 13 , python3, which 14 + , nixosTests 15 }: 16 17 stdenv.mkDerivation rec { 18 pname = "swtpm"; 19 + version = "0.7.1"; 20 21 src = fetchFromGitHub { 22 owner = "stefanberger"; 23 repo = "swtpm"; 24 rev = "v${version}"; 25 + sha256 = "sha256-LJQF8PlRkhCJ8rjZzDetg1BFuTb7GBJ8lW6u5hO134k="; 26 }; 27 28 nativeBuildInputs = [ ··· 65 enableParallelBuilding = true; 66 67 outputs = [ "out" "man" ]; 68 + 69 + passthru.tests = { inherit (nixosTests) systemd-cryptenroll; }; 70 71 meta = with lib; { 72 description = "Libtpms-based TPM emulator";