Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

katago: 1.12.4 -> 1.13.1

+3 -3
+3 -3
pkgs/games/katago/default.nix
··· 26 # of gcc. If you need to use cuda10, please override stdenv with gcc8Stdenv 27 stdenv.mkDerivation rec { 28 pname = "katago"; 29 - version = "1.12.4"; 30 - githash = "75280bf26582090dd4985dca62bc7124116c856d"; 31 32 src = fetchFromGitHub { 33 owner = "lightvector"; 34 repo = "katago"; 35 rev = "v${version}"; 36 - sha256 = "sha256-1rznAxEFJ/Ah5/WiSwc+rtITOUOPYOua5BLKeqHOBr0="; 37 }; 38 39 fakegit = writeShellScriptBin "git" "echo ${githash}";
··· 26 # of gcc. If you need to use cuda10, please override stdenv with gcc8Stdenv 27 stdenv.mkDerivation rec { 28 pname = "katago"; 29 + version = "1.13.1"; 30 + githash = "3539a3d410b12f79658bb7a2cdaf1ecb6c95e6c1"; 31 32 src = fetchFromGitHub { 33 owner = "lightvector"; 34 repo = "katago"; 35 rev = "v${version}"; 36 + sha256 = "sha256-A2ZvFcklYQoxfqYrLrazksrJkfdELnn90aAbkm7pJg0="; 37 }; 38 39 fakegit = writeShellScriptBin "git" "echo ${githash}";