From cacfb3412327ebf93e7e4431975c9e8fe6e8bba2 Mon Sep 17 00:00:00 2001 From: Fernando Rodrigues Date: Sat, 26 Jul 2025 21:54:10 +1000 Subject: [PATCH] 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 --- pkgs/by-name/fo/fosrl-newt/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/fo/fosrl-newt/package.nix b/pkgs/by-name/fo/fosrl-newt/package.nix index 2d30995ccce0..994ebb419d53 100644 --- a/pkgs/by-name/fo/fosrl-newt/package.nix +++ b/pkgs/by-name/fo/fosrl-newt/package.nix @@ -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=";