wait4x: 2.14.0 -> 2.14.1

This commit is contained in:
R. Ryantm 2024-06-18 04:35:29 +00:00
parent bd8d034e65
commit 5c9cfc935c

View File

@ -4,7 +4,7 @@
}:
let
pname = "wait4x";
version = "2.14.0";
version = "2.14.1";
in
buildGoModule {
inherit pname version;
@ -13,10 +13,10 @@ buildGoModule {
owner = "atkrad";
repo = pname;
rev = "v${version}";
hash = "sha256-4lv6nYeyjjGGQksi2Ffx+Yu0OazNsJ0QEZG5BfuyrJ8=";
hash = "sha256-7dm1KERBYkASuRWlCbpbLuHVc4uCMPWbSwegjZ8LwVU=";
};
vendorHash = "sha256-D8s42YArp0IGi7I6qB9eQEh1ZQptSrKLLVIIdqk5Kq0=";
vendorHash = "sha256-CYE5wvBgNLYzCiibd9SWubIQ+22nffr4jpwgwSxhtGo=";
# Tests make network access
doCheck = false;