mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
filius: 2.11.0 -> 2.12.1 (#530677)
This commit is contained in:
commit
e737cb08eb
1 changed files with 3 additions and 3 deletions
|
|
@ -10,16 +10,16 @@
|
||||||
|
|
||||||
maven.buildMavenPackage rec {
|
maven.buildMavenPackage rec {
|
||||||
pname = "filius";
|
pname = "filius";
|
||||||
version = "2.11.0";
|
version = "2.12.1";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "filius1";
|
owner = "filius1";
|
||||||
repo = "filius";
|
repo = "filius";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-l90KnHfndGsEzgJpTNabW0ADJhTYr7z3243TZUJbxNw=";
|
hash = "sha256-sIcYjbWONg8Cq+dHpoBYj07cyHV7oX06Xh1zK0CHn64=";
|
||||||
};
|
};
|
||||||
|
|
||||||
mvnHash = "sha256-R14EtImJJEC/DhKm7MKWzq9XEOqDGNPtLIaK3OKbyiQ=";
|
mvnHash = "sha256-/gA49V1Kjh4zJTzDCzFNwZF30ERwPk2lG6lw/jxM2Qo=";
|
||||||
mvnParameters = "-Plinux";
|
mvnParameters = "-Plinux";
|
||||||
|
|
||||||
# tests want to create an X11 window which isn't often feasible
|
# tests want to create an X11 window which isn't often feasible
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue