katago: 1.8.1 -> 1.8.2

This commit is contained in:
Michael Reilly 2021-04-19 13:26:41 -04:00
parent bf7940d1a8
commit 72d78d8901

View file

@ -33,14 +33,14 @@ let
in env.mkDerivation rec { in env.mkDerivation rec {
pname = "katago"; pname = "katago";
version = "1.8.1"; version = "1.8.2";
githash = "73bc3e38b3490cbe00179c9c37f5385dfd60c6bc"; githash = "b846bddd88fbc5353e4a93fa514f6cbf45358362";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lightvector"; owner = "lightvector";
repo = "katago"; repo = "katago";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-Rj6fgj1ZQgYhz6TrZk5b8dCMsCPk5N3qN3kgqV+UEDc="; sha256 = "sha256-kL+y2rsEiC5GGDlWrbzxlJvLxHDCuvVT6CDOlUtXpDk=";
}; };
fakegit = writeShellScriptBin "git" "echo ${githash}"; fakegit = writeShellScriptBin "git" "echo ${githash}";