tpmmanager: fix hash

This commit is contained in:
Markus S. Wamser 2022-05-13 11:20:42 +02:00
parent 7393214656
commit 210739403a

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
owner = "Rohde-Schwarz";
repo = "TPMManager";
rev = "v${version}";
sha256 = "sha256-JKYG+I/tZ+0NDmHcIgKV6eGrjbPvPQKPo0sE/zBlLY4=";
sha256 = "sha256-UZYn4ssbvLpdB0DssT7MXqQZCu1KkLf/Bsb45Rvgm+E=";
};
nativeBuildInputs = [ qmake4Hook ];