Unverified Commit 2b55486d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

wait4x: 3.3.0 -> 3.3.1 (#408579)

parents aff99f42 36e296cb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
}:
let
  pname = "wait4x";
  version = "3.3.0";
  version = "3.3.1";
in
buildGoModule {
  inherit pname version;
@@ -14,10 +14,10 @@ buildGoModule {
    owner = "wait4x";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-QmuBoUHOZf6VKrh00BXFxT2e+gJL1gyv9BnhGaWVAD0=";
    hash = "sha256-3s+ug4KqFv1P55eqNfAB2jbSPVzySxlHmkDMuuVlJcQ=";
  };

  vendorHash = "sha256-EqJDw88BqKfIUE/YoDNoI249covv5bzEcx9ykfUkik8=";
  vendorHash = "sha256-dN7R2d7roA6H9wIz2sBaWctD8K6M8nbQbwPc3t/7rlk=";

  # Tests make network access
  doCheck = false;