mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
koboldcpp: gitUpdater
-> nix-update-script
This commit is contained in:
parent
bccff63bbb
commit
d626241e24
@ -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}";
|
||||
|
Loading…
Reference in New Issue
Block a user