Unverified Commit d626241e authored by DontEatOreo's avatar DontEatOreo
Browse files

koboldcpp: `gitUpdater` -> `nix-update-script`

parent bccff63b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@
  vulkanSupport ? true,
  vulkan-loader,
  metalSupport ? stdenv.hostPlatform.isDarwin,
  nix-update-script,
}:

let
@@ -116,7 +117,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
      --prefix PATH : ${lib.makeBinPath [ tk ]} ${libraryPathWrapperArgs}
  '';

  passthru.updateScript = gitUpdater { rev-prefix = "v"; };
  passthru.updateScript = nix-update-script { };

  meta = {
    changelog = "https://github.com/LostRuins/koboldcpp/releases/tag/v${finalAttrs.version}";