libweaver.updateScript: fix the eval (#495980)

This commit is contained in:
Sandro
2026-03-03 00:39:57 +00:00
committed by GitHub
+1 -1
View File
@@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
];
passthru = {
updateScript = unstableGitUpdater { harcodeZeroVersion = true; };
updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };
tests.cmake-config = testers.hasCmakeConfigModules {
package = finalAttrs.finalPackage;
moduleNames = [ "libweaver" ];