nom: 2.0.5 -> 2.1.0

Changelog: https://github.com/guyfedwards/nom/releases/tag/v2.1.0
This commit is contained in:
Nadir Ishiguro 2023-11-30 14:14:32 +01:00
parent c808d957d0
commit f5060bb7ee

View File

@ -4,13 +4,13 @@
}:
buildGoModule rec {
pname = "nom";
version = "2.0.5";
version = "2.1.0";
src = fetchFromGitHub {
owner = "guyfedwards";
repo = "nom";
rev = "v${version}";
hash = "sha256-mYE8cu7qHRyG/pZSr4u6tMEF3ZM5Qz+CX+oLf/chwl4=";
hash = "sha256-RKuaMgPYBD2G9WOKvfb+hj01aBVsCP0eOXULE+JpLR8=";
};
vendorHash = "sha256-fP6yxfIQoVaBC9hYcrCyo3YP3ntEVDbDTwKMO9TdyDI=";