Merge pull request #129164 from r-ryantm/auto-update/katago

katago: 1.9.0 -> 1.9.1
This commit is contained in:
Maximilian Bosch 2021-07-04 00:59:41 +02:00 committed by GitHub
commit 7ac1a2eca7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,14 +33,14 @@ let
in env.mkDerivation rec {
pname = "katago";
version = "1.9.0";
version = "1.9.1";
githash = "b846bddd88fbc5353e4a93fa514f6cbf45358362";
src = fetchFromGitHub {
owner = "lightvector";
repo = "katago";
rev = "v${version}";
sha256 = "sha256-6J1UY05NweXLw8D4kOXG3KkCxJRsrQ9NBYWu2Xzu9JI=";
sha256 = "sha256-sAtPOqGe6fZ9mAtLdp80fTALXVkP9WdWQU2iTFGXe24=";
};
fakegit = writeShellScriptBin "git" "echo ${githash}";