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

This commit is contained in:
Michael Reilly 2021-07-07 12:04:57 -04:00
parent 50434b9fbf
commit 17d2bc7eeb

View file

@ -34,7 +34,7 @@ let
in env.mkDerivation rec {
pname = "katago";
version = "1.9.1";
githash = "b846bddd88fbc5353e4a93fa514f6cbf45358362";
githash = "c3220a5a404af835792c476f3f24904e4b799444";
src = fetchFromGitHub {
owner = "lightvector";