brook 20230404 -> 20230404.5.1 https://github.com/txthinking/brook/releases attrpath: brook Checking auto update branch... No auto update branch exists Old version 20230404" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "brook"; version = "20230404.5.1"; src = fetchFromGitHub { owner = "txthinking"; repo = pname; rev = "v${version}"; sha256 = "sha256-79fH5Bmpg9qMyec1GtyGqme+QBw/Yfs5xMEo9tJXHuU="; }; vendorHash = "sha256-uKlO1x5sGM8B1htmvRt9kND7tuH36iLN/Mev77vwZ6M="; meta = with lib; { homepage = "https://github.com/txthinking/brook"; description = "A cross-platform Proxy/VPN software"; license = with licenses; [ gpl3Only ]; platforms = platforms.unix; maintainers = with maintainers; [ xrelkd ]; }; }