fastgron: 0.6.4 -> 0.6.5

Diff: https://github.com/adamritter/fastgron/compare/v0.6.4...v0.6.5

Changelog: https://github.com/adamritter/fastgron/releases/tag/v0.6.5

zowoq 0616776a 1fd9c9c0

+2 -2
+2 -2
pkgs/development/tools/fastgron/default.nix
··· 2 2 3 3 stdenv.mkDerivation (finalAttrs: { 4 4 pname = "fastgron"; 5 - version = "0.6.4"; 5 + version = "0.6.5"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "adamritter"; 9 9 repo = "fastgron"; 10 10 rev = "v${finalAttrs.version}"; 11 - hash = "sha256-sGTJ98YEvy+pOFVLLIcvgUq5Pn4r1CYL9YEchZhoBeQ="; 11 + hash = "sha256-R4s41p7pnYFrjM2CTY1TAYNZCCcKqBS4sPe54CTRFyY="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake ];