freeplane: 1.11.14 -> 1.12.8, use Gradle 8 (#358907)

This commit is contained in:
Tomodachi94
2024-12-11 01:12:21 +00:00
committed by GitHub
2 changed files with 571 additions and 452 deletions
+567 -448
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -5,22 +5,22 @@
makeBinaryWrapper,
makeDesktopItem,
jdk17,
gradle_7,
gradle_8,
which,
}:
let
pname = "freeplane";
version = "1.11.14";
version = "1.12.8";
jdk = jdk17;
gradle = gradle_7;
gradle = gradle_8;
src = fetchFromGitHub {
owner = "freeplane";
repo = "freeplane";
rev = "release-${version}";
hash = "sha256-zEQjB57iiKVQnH8VtynpEGKNAa2e+WpqnGt6fnv5Rjs=";
hash = "sha256-yzjzaobXuQH8CHz183ditL2LsCXU5xLh4+3El4Ffu20=";
};
in