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

nom: 2.0.5 -> 2.1.0
This commit is contained in:
Rick van Schijndel 2023-12-14 23:41:28 +01:00 committed by GitHub
commit 4d508905ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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