frog-protocols: fix update script

This commit is contained in:
Weijia Wang
2025-04-20 10:02:36 +02:00
parent 27299af9e6
commit 4f0c9ec594
+2 -2
View File
@@ -3,7 +3,7 @@
lib,
meson,
ninja,
nix-update-script,
unstableGitUpdater,
stdenv,
testers,
}:
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
];
passthru = {
updateScript = nix-update-script { };
updateScript = unstableGitUpdater { };
tests.pkg-config = testers.hasPkgConfigModules { package = finalAttrs.finalPackage; };
};