Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-05-09 18:23:01 +00:00
committed by GitHub
27 changed files with 178 additions and 136 deletions

View File

@@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "agi";
version = "1.1.0-dev-20210504";
version = "1.1.0-dev-20210506";
src = fetchzip {
url = "https://github.com/google/agi-dev-releases/releases/download/v${version}/agi-${version}-linux.zip";
sha256 = "sha256-q9xWe1gGX7SV/tAUHu/uBB709aqegIsNLTPM5zljgYY=";
sha256 = "sha256-VB9AL2h+e+92lhsfdYHbSgv5AIrgEPJsa74VGncDHGo=";
};
nativeBuildInputs = [