0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

gradle: 8.7 → 8.8

This commit is contained in:
Lorenz Leutgeb 2024-06-03 11:22:48 +02:00
parent 8688137b77
commit 48d567fc7b
2 changed files with 4 additions and 3 deletions

View file

@ -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;
};

View file

@ -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-"