fastgron 0.6.4 -> 0.6.5 https://repology.org/project/fastgron/versions attrpath: fastgron Checking auto update branch... No auto update branch exists Old version 0.6.4" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, cmake, curl, testers }: stdenv.mkDerivation (finalAttrs: { pname = "fastgron"; version = "0.6.5"; src = fetchFromGitHub { owner = "adamritter"; repo = "fastgron"; rev = "v${finalAttrs.version}"; hash = "sha256-R4s41p7pnYFrjM2CTY1TAYNZCCcKqBS4sPe54CTRFyY="; }; nativeBuildInputs = [ cmake ]; buildInputs = [ curl ]; passthru.tests.version = testers.testVersion { package = finalAttrs.finalPackage; }; meta = with lib; { changelog = "https://github.com/adamritter/fastgron/releases/tag/${finalAttrs.src.rev}"; description = "High-performance JSON to GRON (greppable, flattened JSON) converter"; homepage = "https://github.com/adamritter/fastgron"; license = licenses.mit; maintainers = with maintainers; [ zowoq ]; platforms = platforms.all; }; })