katago: Corrected git commit hash to be the tagged version, not the old tagged version

+1 -1
+1 -1
pkgs/games/katago/default.nix
··· 34 in env.mkDerivation rec { 35 pname = "katago"; 36 version = "1.9.1"; 37 - githash = "b846bddd88fbc5353e4a93fa514f6cbf45358362"; 38 39 src = fetchFromGitHub { 40 owner = "lightvector";
··· 34 in env.mkDerivation rec { 35 pname = "katago"; 36 version = "1.9.1"; 37 + githash = "c3220a5a404af835792c476f3f24904e4b799444"; 38 39 src = fetchFromGitHub { 40 owner = "lightvector";