Hythera
2026-05-03 22:58:47 +02:00
parent ff7579709b
commit 34e94c30c3
+4 -5
View File
@@ -10,17 +10,16 @@
maven.buildMavenPackage rec {
pname = "filius";
version = "2.9.4";
version = "2.10.1";
src = fetchFromGitLab {
owner = "filius1";
repo = "filius";
# they seem to have stopped using the "v" prefix since 2.9.3
tag = version;
hash = "sha256-nQyDPLDQe5kFH3PhCmLqAt8kVnitPwX5K3xLnyntF5k=";
tag = "v${version}";
hash = "sha256-q6A+S50n09DgwayylAWbUFQ/sqfCVEkIoWCRtZT80M8=";
};
mvnHash = "sha256-6Qq/7vgA9bWQK+k66qORNwvLKMR1U5yb95DJMWaDq/k=";
mvnHash = "sha256-R14EtImJJEC/DhKm7MKWzq9XEOqDGNPtLIaK3OKbyiQ=";
mvnParameters = "-Plinux";
# tests want to create an X11 window which isn't often feasible