Unverified Commit cacfb341 authored by Fernando Rodrigues's avatar Fernando Rodrigues
Browse files

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: default avatarFernando Rodrigues <alpha@sigmasquadron.net>
parent 81e7916b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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=";