Skip to content

Commit

Permalink
gradle: 8.7 → 8.8
Browse files Browse the repository at this point in the history
(cherry picked from commit 48d567f)
  • Loading branch information
lorenzleutgeb authored and siddarthkay committed Aug 31, 2024
1 parent 884dd04 commit 488df46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/build-managers/gradle/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ rec {
# https://docs.gradle.org/current/userguide/compatibility.html

gradle_8 = gen {
version = "8.7";
nativeVersion = "0.22-milestone-25";
hash = "sha256-VEw11r2Emuil7QvOo5umd9xA9J330YNVYVgtogCblh0=";
version = "8.8";
nativeVersion = "0.22-milestone-26";
hash = "sha256-pLQVhgH4Y2ze6rCb12r7ZAAwu1sUSq/iYaXorwJ9xhI=";
defaultJava = jdk21;
};

Expand Down
1 change: 1 addition & 0 deletions pkgs/development/tools/build-managers/gradle/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ do

url="https://services.gradle.org/distributions/gradle-${v}-bin.zip"
read -d "\n" gradle_hash gradle_path < <(nix-prefetch-url --print-path $url)
gradle_hash=$(nix-hash --to-sri --type sha256 "$gradle_hash")

# Prefix and suffix for "native-platform" dependency.
gradle_native_prefix="gradle-$v/lib/native-platform-"
Expand Down

0 comments on commit 488df46

Please sign in to comment.