freeplane: 1.12.12 -> 1.12.14

This commit is contained in:
Hythera
2025-12-15 20:35:38 +01:00
parent 9489fa47de
commit ca558b7000
+4 -4
View File
@@ -5,23 +5,23 @@
makeBinaryWrapper,
makeDesktopItem,
jdk17,
gradle_8,
gradle_9,
which,
copyDesktopItems,
}:
let
pname = "freeplane";
version = "1.12.12";
version = "1.12.14";
jdk = jdk17;
gradle = gradle_8;
gradle = gradle_9;
src = fetchFromGitHub {
owner = "freeplane";
repo = "freeplane";
rev = "release-${version}";
hash = "sha256-8VFHJ3rEHzCuIYhz6o2LYzlybRZo6n7XGIM0D7BZUkU=";
hash = "sha256-hoQFtxJ5FghvSKSOzcf1Yt8H948Ij/r+MKifvnkUjvA=";
};
in