wait4x: 3.1.0 -> 3.2.0 (#392873)

This commit is contained in:
Nick Cao
2025-03-24 17:30:51 -04:00
committed by GitHub

View File

@@ -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;