go-judge: 1.9.5 -> 1.9.6 (#437640)

Co-authored-by: criyle <criyle@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] criyle and committed by GitHub 964c6d6a e2bae4da

+3 -3
+3 -3
pkgs/by-name/go/go-judge/package.nix
··· 6 7 buildGoModule rec { 8 pname = "go-judge"; 9 - version = "1.9.5"; 10 11 src = fetchFromGitHub { 12 owner = "criyle"; 13 repo = "go-judge"; 14 rev = "v${version}"; 15 - hash = "sha256-PLA3WUPrXS+5YpkrUhm66XE7wyO10kvhnzisq3LjHLU="; 16 }; 17 18 - vendorHash = "sha256-FJdC5/Ui8rgL29xr8um/eSV+IYf1gceEJYkK4Y0/VXo="; 19 20 tags = [ 21 "nomsgpack"
··· 6 7 buildGoModule rec { 8 pname = "go-judge"; 9 + version = "1.9.6"; 10 11 src = fetchFromGitHub { 12 owner = "criyle"; 13 repo = "go-judge"; 14 rev = "v${version}"; 15 + hash = "sha256-hD33oD2JHabeVF5sHhud5czFQUC9gZEb1gri/JUFYK8="; 16 }; 17 18 + vendorHash = "sha256-JmRAFNmmEADVsV0zpctIVRlXc4DYyXX3RrBQW0MP8ow="; 19 20 tags = [ 21 "nomsgpack"