gradle: 4.4 -> 4.4.1

This commit is contained in:
Tim Steinbach 2018-01-17 10:31:01 -05:00
parent 48b451d754
commit 239606c176
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA
1 changed files with 2 additions and 2 deletions

View File

@ -52,12 +52,12 @@ rec {
};
gradle_latest = gradleGen rec {
name = "gradle-4.4";
name = "gradle-4.4.1";
nativeVersion = "0.14";
src = fetchurl {
url = "http://services.gradle.org/distributions/${name}-bin.zip";
sha256 = "0bqaksrxrshqjwba0wj72gbcxvcchjavlj39xh18qpkz5jp76j7s";
sha256 = "12b3d0cyj9wdk1m6pdi3500fzvgfks8x6wgm8hf0rhyzacc7vkz7";
};
};