Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
gradle: 4.10 -> 4.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Nov 8, 2018
1 parent 2d38bc6 commit c1d9f57
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.10";
name = "gradle-4.10.2";
nativeVersion = "0.14";

src = fetchurl {
url = "http://services.gradle.org/distributions/${name}-bin.zip";
sha256 = "064zyli00cj3clbn631kivg5izhkyyf31f6x65a2rqac229gv314";
sha256 = "0a9s2iisivgaapsz4vq1l8fa2w0wnlq0cj67yv5a0rybnahnv75l";
};
};

Expand Down

0 comments on commit c1d9f57

Please sign in to comment.