nom: 2.0.2 -> 2.0.5

Changelog: https://github.com/guyfedwards/nom/releases/tag/v2.0.5
This commit is contained in:
Nadir Ishiguro 2023-11-17 15:31:44 +01:00
parent a71323f68d
commit 5d116b46b6

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