igvm-tooling: fix update script

+4 -2
+4 -2
pkgs/by-name/ig/igvm-tooling/package.nix
··· 5 fetchpatch, 6 which, 7 acpica-tools, 8 - nix-update-script, 9 }: 10 11 python3.pkgs.buildPythonApplication rec { ··· 62 find $out/share/igvm-tooling/acpi -name "*.dsl" -exec iasl -f {} \; 63 ''; 64 65 - passthru.updateScript = nix-update-script { }; 66 67 meta = { 68 description = "IGVM Image Generator";
··· 5 fetchpatch, 6 which, 7 acpica-tools, 8 + unstableGitUpdater, 9 }: 10 11 python3.pkgs.buildPythonApplication rec { ··· 62 find $out/share/igvm-tooling/acpi -name "*.dsl" -exec iasl -f {} \; 63 ''; 64 65 + passthru.updateScript = unstableGitUpdater { 66 + tagPrefix = "igvm-"; 67 + }; 68 69 meta = { 70 description = "IGVM Image Generator";