gol: 1.0.2 -> 1.2.0
This commit is contained in:
@@ -8,16 +8,16 @@
|
|||||||
|
|
||||||
maven.buildMavenPackage rec {
|
maven.buildMavenPackage rec {
|
||||||
pname = "gol";
|
pname = "gol";
|
||||||
version = "1.0.2";
|
version = "1.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "clarisma";
|
owner = "clarisma";
|
||||||
repo = "gol-tool";
|
repo = "gol-tool";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-roFtoSpNByNVGkl7ESt5O6b4voVzX8Nbow1dI6Sqgss";
|
hash = "sha256-AnPm5Mooww9kAMWLnM36z8DVRGfIIEiqUE65tgNuKm8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
mvnHash = "sha256-lKmoftSkyyb/pIthrsJaZ3p9l5V5K3FdK6sOBoZyhe8";
|
mvnHash = "sha256-YD28YX0RKuxOEWuK12ToOnFFrUPqA9xZ+EmsCt1fDPI=";
|
||||||
mvnParameters = "compile assembly:single -Dmaven.test.skip=true";
|
mvnParameters = "compile assembly:single -Dmaven.test.skip=true";
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|||||||
Reference in New Issue
Block a user