fx 24.0.0 -> 24.1.0 https://github.com/antonmedv/fx/releases attrpath: fx Checking auto update branch... No auto update branch exists Old version 24.0.0" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "fx"; version = "24.1.0"; src = fetchFromGitHub { owner = "antonmedv"; repo = pname; rev = version; hash = "sha256-X6wuCAiQa1coHMz96aAXKGZFnius1vHJpk+EhbXqoMA="; }; vendorHash = "sha256-J19MhLvjxcxvcub888UFKI0iIf7OG3dmP5v40ElHCU4="; 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 ]; }; }