tpmmanager: fetch tag

This commit is contained in:
Sandro
2022-03-21 22:20:31 +01:00
committed by GitHub
parent d1d06e33c6
commit 10d595efc1
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "Rohde-Schwarz";
repo = "TPMManager";
rev = "9f989206635a6d2c1342576c90fa73eb239519cd";
rev = "v${version}";
sha256 = "sha256-JKYG+I/tZ+0NDmHcIgKV6eGrjbPvPQKPo0sE/zBlLY4=";
};