2022-12-25T20:40:34 gojq 0.12.10 -> 0.12.11 https://repology.org/metapackage/gojq/versions 2022-12-25T20:40:36 attrpath: gojq 2022-12-25T20:40:36 Checking auto update branch... 2022-12-25T20:40:36 No auto update branch exists 2022-12-25T20:40:37 Old version 0.12.10" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub, testers, gojq }: buildGoModule rec { pname = "gojq"; version = "0.12.11"; src = fetchFromGitHub { owner = "itchyny"; repo = pname; rev = "v${version}"; sha256 = "sha256-xJx3ge+8cIGL1j5vnU4JhCcwmXIRhJ66PYnEG223Fbc="; }; vendorSha256 = "sha256-BnDtHqqU/kFJyeG1g4UZ51eSnUlbQ6eRKTFoz6kxl0s="; ldflags = [ "-s" "-w" ]; passthru.tests.version = testers.testVersion { package = gojq; }; meta = with lib; { description = "Pure Go implementation of jq"; homepage = "https://github.com/itchyny/gojq"; license = licenses.mit; maintainers = with maintainers; [ aaronjheng ]; }; }