Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

gol: 0.2.1 -> 1.0.2

+3 -3
+3 -3
pkgs/by-name/go/gol/package.nix
··· 8 8 9 9 maven.buildMavenPackage rec { 10 10 pname = "gol"; 11 - version = "0.2.1"; 11 + version = "1.0.2"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "clarisma"; 15 15 repo = "gol-tool"; 16 16 tag = version; 17 - hash = "sha256-jAkBFrtdVsK67n8Oo+/MGPL/JKRsu/6tbqy711exlwo="; 17 + hash = "sha256-roFtoSpNByNVGkl7ESt5O6b4voVzX8Nbow1dI6Sqgss"; 18 18 }; 19 19 20 - mvnHash = "sha256-GCyTk/Lmh41qpCeex/qrN7cgPoNCsmmOKeBYllbtTZk"; 20 + mvnHash = "sha256-lKmoftSkyyb/pIthrsJaZ3p9l5V5K3FdK6sOBoZyhe8"; 21 21 mvnParameters = "compile assembly:single -Dmaven.test.skip=true"; 22 22 23 23 nativeBuildInputs = [ makeWrapper ];