igvm-tooling: fix update script

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