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

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

nom: 2.1.1 -> 2.1.3
parents 45a4eb60 150f2ef2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@
}:
buildGoModule rec {
  pname = "nom";
  version = "2.1.1";
  version = "2.1.3";

  src = fetchFromGitHub {
    owner = "guyfedwards";
    repo = "nom";
    rev = "v${version}";
    hash = "sha256-yemEq61oUzoOrBZ7e6djNxbw/QqR5Fuhi1Y12n/AdrU=";
    hash = "sha256-PBhwIyGzWbXRTmp+IvFPqae4cbb6l6nIYcFheYkHlFI=";
  };

  vendorHash = "sha256-fP6yxfIQoVaBC9hYcrCyo3YP3ntEVDbDTwKMO9TdyDI=";