brook 20221010 -> 20230101 https://github.com/txthinking/brook/releases attrpath: brook Checking auto update branch... No auto update branch exists Old version 20221010" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "brook"; version = "20230101"; src = fetchFromGitHub { owner = "txthinking"; repo = pname; rev = "v${version}"; sha256 = "sha256-WQSpflJ7b5zl+1lEoyXxFeuiz1HvlXSBl7FbBFrxZLc="; }; vendorHash = "sha256-sJbWAytX3JhFbaTwZHgGNv9rPNTwn0v/bbeaIsfyBro="; 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 ]; }; }