frog-protocols: fix update script

Weijia Wang 4f0c9ec5 27299af9

+2 -2
+2 -2
pkgs/by-name/fr/frog-protocols/package.nix
··· 3 3 lib, 4 4 meson, 5 5 ninja, 6 - nix-update-script, 6 + unstableGitUpdater, 7 7 stdenv, 8 8 testers, 9 9 }: ··· 25 25 ]; 26 26 27 27 passthru = { 28 - updateScript = nix-update-script { }; 28 + updateScript = unstableGitUpdater { }; 29 29 tests.pkg-config = testers.hasPkgConfigModules { package = finalAttrs.finalPackage; }; 30 30 }; 31 31