fx 30.1.0 -> 30.1.1 https://github.com/antonmedv/fx/releases attrpath: fx Checking auto update branch... No auto update branch exists Old version 30.1.0" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "fx"; version = "30.2.0"; src = fetchFromGitHub { owner = "antonmedv"; repo = pname; rev = version; hash = "sha256-1U3XaqRJpwC41R8hiF7vQ32DOTGGxhaU1ZWiXzys8/M="; }; vendorHash = "sha256-6wVcdzTYnB0Bd/YLPcbryKxCXu5genzQQ96znbn2ahw="; meta = with lib; { description = "Terminal JSON viewer"; homepage = "https://github.com/antonmedv/fx"; changelog = "https://github.com/antonmedv/fx/releases/tag/${src.rev}"; license = licenses.mit; maintainers = with maintainers; [ figsoda ]; }; }