filius: 2.9.4 -> 2.10.1
changelog: https://gitlab.com/filius1/filius/-/blob/master/Changelog.md diff: 'https://gitlab.com/filius1/filius/-/compare/2.9.4...v2.10.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user