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

nom: 2.1.3 -> 2.1.4
This commit is contained in:
Weijia Wang 2024-03-08 20:08:54 +01:00 committed by GitHub
commit c07e41ca09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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=";