lol
0
fork

Configure Feed

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

fastchess: 1.5.0-alpha -> 1.6.0-alpha

+2 -2
+2 -2
pkgs/by-name/fa/fastchess/package.nix
··· 8 8 9 9 stdenv.mkDerivation (finalAttrs: { 10 10 pname = "fastchess"; 11 - version = "1.5.0-alpha"; 11 + version = "1.6.0-alpha"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "Disservin"; 15 15 repo = "fastchess"; 16 16 tag = "v${finalAttrs.version}"; 17 - hash = "sha256-hpp10ioAh063LpZa5t2HCX+Fsr8Z6fhPIaTzMgtT1go="; 17 + hash = "sha256-CyV9pKCqVXvgm/Lx62v6l3cr2xsVBs1iMOXAsGbpfXI="; 18 18 }; 19 19 20 20 nativeBuildInputs = [