fq 0.4.0 -> 0.5.0 https://github.com/wader/fq/releases attrpath: fq Checking auto update branch... No auto update branch exists Old version 0.4.0" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub , fq , testers }: buildGoModule rec { pname = "fq"; version = "0.5.0"; src = fetchFromGitHub { owner = "wader"; repo = "fq"; rev = "v${version}"; hash = "sha256-Fg5J/iLxGUwb2QRZJMHLqK9dBECW9VsiZGX+LyUtyhw="; }; vendorHash = "sha256-sjzGtSBgRybcJvOXM4wKN5pTgihNrjUCMPsc62n3tLk="; ldflags = [ "-s" "-w" "-X main.version=${version}" ]; subPackages = [ "." ]; passthru.tests = testers.testVersion { package = fq; }; meta = with lib; { description = "jq for binary formats"; homepage = "https://github.com/wader/fq"; license = licenses.mit; maintainers = with maintainers; [ siraben ]; }; }