Merge pull request #129555 from OmnipotentEntity/katago-1.9.1-git-hash-fix

katago: Corrected git commit hash
This commit is contained in:
Jörg Thalheim 2021-07-07 21:50:03 +01:00 committed by GitHub
commit 6f01d19de9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";