fosrl-newt: 1.3.2 -> 1.3.4

1.3.3 was skipped by upstream. I have no idea why.
This update fixes a small bug that would prevent Newt from pinging Pangolin in certain circumstances.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
Fernando Rodrigues
2025-07-26 22:31:27 +10:00
parent 81e7916b4c
commit cacfb34123
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "newt";
version = "1.3.2";
version = "1.3.4";
src = fetchFromGitHub {
owner = "fosrl";
repo = "newt";
tag = version;
hash = "sha256-6+Cc2ZyFEs9dVBWPQNBlUoFiFZuwlk/qBQULqGguhO8=";
hash = "sha256-yhvnHwyFbnA+FY0OkhqDYPPUKftjgXNJuqk7fdXYaqI=";
};
vendorHash = "sha256-Y/f7GCO7Kf1iQiDR32DIEIGJdcN+PKS0OrhBvXiHvwo=";