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

nom: 2.0.2 -> 2.0.5
This commit is contained in:
Nick Cao
2023-11-17 13:05:02 -05:00
committed by GitHub
+2 -2
View File
@@ -4,13 +4,13 @@
}:
buildGoModule rec {
pname = "nom";
version = "2.0.2";
version = "2.0.5";
src = fetchFromGitHub {
owner = "guyfedwards";
repo = "nom";
rev = "v${version}";
hash = "sha256-6tk8NRuBbRMoaz3CmUUOC6thxIgjk/MWl50+YgQ6l5o=";
hash = "sha256-mYE8cu7qHRyG/pZSr4u6tMEF3ZM5Qz+CX+oLf/chwl4=";
};
vendorHash = "sha256-fP6yxfIQoVaBC9hYcrCyo3YP3ntEVDbDTwKMO9TdyDI=";