lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #242734 from qowoz/fastgron

fastgron: 0.6.3 -> 0.6.4

authored by

Nick Cao and committed by
GitHub
02242f5e 2779a581

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