mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Merge pull request #316849 from lorenzleutgeb/gradle-8.8
gradle: 8.7 → 8.8
This commit is contained in:
commit
084f8df2f3
@ -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;
|
||||
};
|
||||
|
||||
|
@ -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-"
|
||||
|
Loading…
Reference in New Issue
Block a user