mirror of
https://github.com/fosrl/newt.git
synced 2026-03-09 07:12:28 -05:00
[PR #123] [CLOSED] Update to 1.4.4 with patch for nixpkgs Go version mismatch #133
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/newt/pull/123
Author: @firecat53
Created: 9/2/2025
Status: ❌ Closed
Base:
main← Head:v1.4.3📝 Commits (3)
c9b8c03Create udp from source ip not source ip and port8f55b2ePatch for nixpkgs Go version mismatch23b2c07Upgrade to 1.4.4📊 Changes
3 files changed (+21 additions, -13 deletions)
View changed files
📝
flake.lock(+3 -3)📝
flake.nix(+8 -2)📝
proxy/manager.go(+10 -8)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Update to 1.4.3. I had to add a patch to allow the build to happen as Go 1.25
has not made it into the Nix package repo yet.
To be honest, I'm not a Go or a Nix developer and I'm not sure exactly why this
patch works. It still looks like Go 1.25 is downloaded and used during the build
phase. Thanks to random internet person with a similar solution!
It's up to you if you merge this or leave it until 1.25 is available in nixpkgs.
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.