wait4x: 3.5.0 -> 3.5.1

This commit is contained in:
R. Ryantm
2025-07-31 16:13:22 +00:00
parent 0fccabcb91
commit 3f09dc5067
+3 -3
View File
@@ -5,7 +5,7 @@
}:
let
pname = "wait4x";
version = "3.5.0";
version = "3.5.1";
in
buildGoModule {
inherit pname version;
@@ -14,10 +14,10 @@ buildGoModule {
owner = "wait4x";
repo = "wait4x";
rev = "v${version}";
hash = "sha256-iHhUimAREKN3o36vi1Ggj8PrhXCHRllxv4yiQ2xcNig=";
hash = "sha256-VAt61k2eHQwyLSsvbWxe7jJ/Wyj4U4O2+LzCsoP/Yq4=";
};
vendorHash = "sha256-N3HYbeBoDuLvWYX+7mrCTYi38hTdK8BP9uY56fOmuls=";
vendorHash = "sha256-KJOKLTjwwgu2MFNIRDk8eeSVnZyjO9dfVyWrF5vqj9g=";
# Tests make network access
doCheck = false;