Loading
forgejo,forgejo-lts: fix `passthru.updateScript`
`nix-update` is unable to detect that the hashes are in `packages.nix` and `lts.nix` instead of `generic.nix` (where the `.src` attribute lies) respectively. `nix-update` provides a `--override-filename` flag to override that heuristic, so we use that. Additionally, scope `lts.nix` to the 7.x version series by using `--version-regex`.