Unverified Commit c07e41ca authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #294297 from r-ryantm/auto-update/nom

nom: 2.1.3 -> 2.1.4
parents 25d267ce 7e90be2a
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.3";
  version = "2.1.4";

  src = fetchFromGitHub {
    owner = "guyfedwards";
    repo = "nom";
    rev = "v${version}";
    hash = "sha256-PBhwIyGzWbXRTmp+IvFPqae4cbb6l6nIYcFheYkHlFI=";
    hash = "sha256-W0vfYAEQYixbnOQhA59sj2uSAcbqoS/OMiB3TfXsv/Y=";
  };

  vendorHash = "sha256-fP6yxfIQoVaBC9hYcrCyo3YP3ntEVDbDTwKMO9TdyDI=";