Unverified Commit 76290d46 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

libweaver.updateScript: fix the eval (#495980)

parents b0d2d7bd 85f8f9c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" ];