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

wait4x: 3.1.0 -> 3.2.0 (#392873)

parents cfe55a2c caa152cf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
}:
let
  pname = "wait4x";
  version = "3.1.0";
  version = "3.2.0";
in
buildGoModule {
  inherit pname version;
@@ -14,10 +14,10 @@ buildGoModule {
    owner = "atkrad";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-8FSWW2S+bUckjgGhaf/GBH40jnjl4+tPO8KD1qu+Uw0=";
    hash = "sha256-UVs8tCOgPU/IwM3Z3/ehFnAbHTSOHGAO9VpcB/NItGM=";
  };

  vendorHash = "sha256-ZHrhnIHRIkM0QLVXbaQAK8FzVTXz7BPegWNiTBQgAWo=";
  vendorHash = "sha256-lwNRRWpo2Fkpoc42URrqSLFKSGN7IfuD4759KB0uEgM=";

  # Tests make network access
  doCheck = false;