[PR #123] [CLOSED] Update to 1.4.4 with patch for nixpkgs Go version mismatch #133

Closed
opened 2025-11-19 07:14:45 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/newt/pull/123
Author: @firecat53
Created: 9/2/2025
Status: Closed

Base: mainHead: v1.4.3


📝 Commits (3)

  • c9b8c03 Create udp from source ip not source ip and port
  • 8f55b2e Patch for nixpkgs Go version mismatch
  • 23b2c07 Upgrade 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?

nix build
result/bin/newt -version

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/newt/pull/123 **Author:** [@firecat53](https://github.com/firecat53) **Created:** 9/2/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `v1.4.3` --- ### 📝 Commits (3) - [`c9b8c03`](https://github.com/fosrl/newt/commit/c9b8c03d8d23560d74e0211a4562d8f691a97d68) Create udp from source ip not source ip and port - [`8f55b2e`](https://github.com/fosrl/newt/commit/8f55b2e72914256a8f69597bf81c787029d7d8ef) Patch for nixpkgs Go version mismatch - [`23b2c07`](https://github.com/fosrl/newt/commit/23b2c07fb372b72d6d112539bd738bbbb892d5df) Upgrade to 1.4.4 ### 📊 Changes **3 files changed** (+21 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `flake.lock` (+3 -3) 📝 `flake.nix` (+8 -2) 📝 `proxy/manager.go` (+10 -8) </details> ### 📄 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? ``` nix build result/bin/newt -version ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-19 07:14:45 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/newt#133