Unverified Commit 96818728 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #286758 from criyle/master

go-judge: 1.8.0 -> 1.8.1
parents 94c6b33d 04bf3bf6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

buildGoModule rec {
  pname = "go-judge";
  version = "1.8.0";
  version = "1.8.1";

  src = fetchFromGitHub {
    owner = "criyle";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-iKSOD/jh7NgGUNeQxFqlZDcctUXBDC1Tjxsm0Q2iZ3I=";
    hash = "sha256-yWO4LD8inFOZiyrwFhjl2FCkGePpLfXuLCTwBUUGal4=";
  };

  vendorHash = "sha256-GVsRflqqt+PwVGWaNGMH4prKQ5pWqPRlsTBJZtC+7zo=";
  vendorHash = "sha256-lMqZGrrMwNER8RKABheUH4GPy0q32FBTY3zmYHtssKo=";

  tags = [ "nomsgpack" ];