gol: 0.2.1 -> 1.0.2

This commit is contained in:
Filip Czaplicki
2025-04-06 19:07:16 +02:00
parent af1a628c26
commit eb07c868af

View File

@@ -8,16 +8,16 @@
maven.buildMavenPackage rec {
pname = "gol";
version = "0.2.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "clarisma";
repo = "gol-tool";
tag = version;
hash = "sha256-jAkBFrtdVsK67n8Oo+/MGPL/JKRsu/6tbqy711exlwo=";
hash = "sha256-roFtoSpNByNVGkl7ESt5O6b4voVzX8Nbow1dI6Sqgss";
};
mvnHash = "sha256-GCyTk/Lmh41qpCeex/qrN7cgPoNCsmmOKeBYllbtTZk";
mvnHash = "sha256-lKmoftSkyyb/pIthrsJaZ3p9l5V5K3FdK6sOBoZyhe8";
mvnParameters = "compile assembly:single -Dmaven.test.skip=true";
nativeBuildInputs = [ makeWrapper ];