go-judge: 1.9.4 -> 1.9.5

authored by R. Ryantm and committed by Masum Reza fdcfb20b 13b0ff3b

+3 -3
+3 -3
pkgs/by-name/go/go-judge/package.nix
··· 6 7 buildGoModule rec { 8 pname = "go-judge"; 9 - version = "1.9.4"; 10 11 src = fetchFromGitHub { 12 owner = "criyle"; 13 repo = "go-judge"; 14 rev = "v${version}"; 15 - hash = "sha256-26Fx3bPhAM/Clb5vkU5ml++W0uYT8dnDNabP5Ir1Lx4="; 16 }; 17 18 - vendorHash = "sha256-vkPuGoEBU8FPCW6/10HJZYtI2FzjydsWwv9wy8DXwA8="; 19 20 tags = [ 21 "nomsgpack"
··· 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"