libweaver.updateScript: fix the eval (#495980)
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user