fastgron: 0.6.2 -> 0.6.3

Diff: https://github.com/adamritter/fastgron/compare/v0.6.2...v0.6.3

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

zowoq 842e9093 449b9b12

+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.2"; 5 + version = "0.6.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "adamritter"; 9 9 repo = "fastgron"; 10 10 rev = "v${finalAttrs.version}"; 11 - hash = "sha256-SqJdJnepfX/qHiACjpaTNM+/lApcADCCbcX+BNgXswg="; 11 + hash = "sha256-614edimiz+n8Gwr4vYq7PvQmceItfQL2Gt4cYgsxISc="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake ];