filius: 2.11.0 -> 2.12.1 (#530677)

This commit is contained in:
nixpkgs-ci[bot] 2026-06-12 17:43:51 +00:00 committed by GitHub
commit e737cb08eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,16 +10,16 @@
maven.buildMavenPackage rec {
pname = "filius";
version = "2.11.0";
version = "2.12.1";
src = fetchFromGitLab {
owner = "filius1";
repo = "filius";
tag = "v${version}";
hash = "sha256-l90KnHfndGsEzgJpTNabW0ADJhTYr7z3243TZUJbxNw=";
hash = "sha256-sIcYjbWONg8Cq+dHpoBYj07cyHV7oX06Xh1zK0CHn64=";
};
mvnHash = "sha256-R14EtImJJEC/DhKm7MKWzq9XEOqDGNPtLIaK3OKbyiQ=";
mvnHash = "sha256-/gA49V1Kjh4zJTzDCzFNwZF30ERwPk2lG6lw/jxM2Qo=";
mvnParameters = "-Plinux";
# tests want to create an X11 window which isn't often feasible