mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 07:47:30 +00:00
Merge pull request #297488 from OmnipotentEntity/katago-1.14.1
katago: 1.14.0 -> 1.14.1
This commit is contained in:
commit
0c6ae8aaa4
@ -28,14 +28,14 @@ assert lib.assertOneOf "backend" backend [ "opencl" "cuda" "tensorrt" "eigen" ];
|
||||
# of gcc. If you need to use cuda10, please override stdenv with gcc8Stdenv
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "katago";
|
||||
version = "1.14.0";
|
||||
githash = "c6de1bbda837a0717eaeca46102f7326ed0da0d4";
|
||||
version = "1.14.1";
|
||||
githash = "f2dc582f98a79fefeb11b2c37de7db0905318f4f";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lightvector";
|
||||
repo = "katago";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-0WB/weQIJkLXedcOJO7D/N85oXTufvbmyfIp8XdrACg=";
|
||||
hash = "sha256-ZdvHvrtSLwQ5vFMzLdJSJEiGcSent9iskPgpbL1TfhI=";
|
||||
};
|
||||
|
||||
fakegit = writeShellScriptBin "git" "echo ${githash}";
|
||||
|
Loading…
Reference in New Issue
Block a user