Unverified Commit e333f5f4 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

fosrl-newt: 1.3.2 -> 1.3.4 (#428593)

parents 46976b51 cacfb341
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=";