gol: 0.2.0 -> 0.2.1 (#343757)

This commit is contained in:
Pol Dellaiera
2025-03-23 08:37:53 +01:00
committed by GitHub
+4 -4
View File
@@ -8,16 +8,16 @@
maven.buildMavenPackage rec {
pname = "gol";
version = "0.2.0";
version = "0.2.1";
src = fetchFromGitHub {
owner = "clarisma";
repo = "gol-tool";
rev = version;
hash = "sha256-F/tMRD+nWn/fRPX7cTan371zlOTxh7oR98wREmokULo=";
tag = version;
hash = "sha256-jAkBFrtdVsK67n8Oo+/MGPL/JKRsu/6tbqy711exlwo=";
};
mvnHash = "sha256-6EX+y7/lGdB5LgW9MIER+KgvtPjvMCDjgq89f1g2GlY=";
mvnHash = "sha256-GCyTk/Lmh41qpCeex/qrN7cgPoNCsmmOKeBYllbtTZk";
mvnParameters = "compile assembly:single -Dmaven.test.skip=true";
nativeBuildInputs = [ makeWrapper ];