Unverified Commit d226c63a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #268118 from nadir-ishiguro/update-nom

nom: 2.0.2 -> 2.0.5
parents a909c5d1 5d116b46
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@
}:
buildGoModule rec {
  pname = "nom";
  version = "2.0.2";
  version = "2.0.5";

  src = fetchFromGitHub {
    owner = "guyfedwards";
    repo = "nom";
    rev = "v${version}";
    hash = "sha256-6tk8NRuBbRMoaz3CmUUOC6thxIgjk/MWl50+YgQ6l5o=";
    hash = "sha256-mYE8cu7qHRyG/pZSr4u6tMEF3ZM5Qz+CX+oLf/chwl4=";
  };

  vendorHash = "sha256-fP6yxfIQoVaBC9hYcrCyo3YP3ntEVDbDTwKMO9TdyDI=";