Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-05-11 06:20:33 +00:00
committed by GitHub
57 changed files with 533 additions and 339 deletions

View File

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