mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #316849 from lorenzleutgeb/gradle-8.8
gradle: 8.7 → 8.8
This commit is contained in:
commit
084f8df2f3
2 changed files with 4 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue