Skip to content

Commit

Permalink
gradle: 4.6 -> 4.7
Browse files Browse the repository at this point in the history
(cherry picked from commit 82f70b6)
  • Loading branch information
NeQuissimus committed Apr 21, 2018
1 parent fc3dfe6 commit e8f32d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/gradle/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ rec {
};

gradle_latest = gradleGen rec {
name = "gradle-4.6";
name = "gradle-4.7";
nativeVersion = "0.14";

src = fetchurl {
url = "http://services.gradle.org/distributions/${name}-bin.zip";
sha256 = "05drn7a9d2blbmd3l0443bpf5qzf5frwnl9ww0bha1qfng95zgcq";
sha256 = "016vvjvk3gfasv3h6dxxp48kp9v4ariqj280bijn835mr1yhi9gw";
};
};

Expand Down

0 comments on commit e8f32d0

Please sign in to comment.