Loading pkgs/by-name/ap/apprun-cli/package.nix +8 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,14 @@ buildGoModule rec { "-w" ]; passthru.updateScript = nix-update-script { }; passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex" # Until a stable version is released, v0 tags are incorrectly recognized as the latest, # so specify minor releases "^v0.([0-9.]+)$" ]; }; meta = { description = "CLI for sakura AppRun"; Loading Loading
pkgs/by-name/ap/apprun-cli/package.nix +8 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,14 @@ buildGoModule rec { "-w" ]; passthru.updateScript = nix-update-script { }; passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex" # Until a stable version is released, v0 tags are incorrectly recognized as the latest, # so specify minor releases "^v0.([0-9.]+)$" ]; }; meta = { description = "CLI for sakura AppRun"; Loading