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

stockfish: update from version 10 to 11

+2 -2
+2 -2
pkgs/games/stockfish/default.nix
··· 4 4 if stdenv.isi686 then "x86-32" else 5 5 "unknown"; 6 6 7 - version = "10"; 7 + version = "11"; 8 8 in 9 9 10 10 stdenv.mkDerivation { ··· 14 14 15 15 src = fetchurl { 16 16 url = "https://github.com/official-stockfish/Stockfish/archive/sf_${version}.tar.gz"; 17 - sha256 = "1lrxqq8fw1wrw5b45r4s3ddd51yr85a2k8a9i1wjvyd6v9vm7761"; 17 + sha256 = "16di83s79gf9kzdhcal5y0q9d59544gd5xqf1k8bwrqvc36628l0"; 18 18 }; 19 19 20 20 postUnpack = "sourceRoot+=/src";