Merge branch 'master' into staging-next

This commit is contained in:
Vladimír Čunát
2020-10-28 18:48:18 +01:00
542 changed files with 6691 additions and 3486 deletions
@@ -7,7 +7,7 @@
}:
buildBazelPackage rec {
name = "bazel-remote-${version}";
pname = "bazel-remote";
version = "1.0.0";
src = fetchFromGitHub {
@@ -85,7 +85,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "https://scalacenter.github.io/bloop/";
license = licenses.asl20;
description = "Bloop is a Scala build server and command-line tool to make the compile and test developer workflows fast and productive in a build-tool-agnostic way";
description = "A Scala build server and command-line tool to make the compile and test developer workflows fast and productive in a build-tool-agnostic way";
platforms = [ "x86_64-linux" "x86_64-darwin" ];
maintainers = with maintainers; [ tomahna ];
};
@@ -51,15 +51,15 @@ rec {
};
};
gradle_latest = gradle_6_6;
gradle_latest = gradle_6_7;
gradle_6_6 = gradleGen rec {
name = "gradle-6.6";
nativeVersion = "0.22-milestone-4";
gradle_6_7 = gradleGen rec {
name = "gradle-6.7";
nativeVersion = "0.22-milestone-8";
src = fetchurl {
url = "https://services.gradle.org/distributions/${name}-bin.zip";
sha256 = "09a0fnz6fn8yaxm3q3iwyjm3nnaz7k8i1xlpc7sm414py043by76";
sha256 = "1i6zm55wzy13wvvmf3804b0rs47yrqqablf4gpf374ls05cpgmca";
};
};