nom: 2.1.1 -> 2.1.3
Changelogs: - https://github.com/guyfedwards/nom/releases/tag/v2.1.2 - https://github.com/guyfedwards/nom/releases/tag/v2.1.3
This commit is contained in:
parent
4585e37aef
commit
150f2ef21e
@ -4,13 +4,13 @@
|
|||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "nom";
|
pname = "nom";
|
||||||
version = "2.1.1";
|
version = "2.1.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "guyfedwards";
|
owner = "guyfedwards";
|
||||||
repo = "nom";
|
repo = "nom";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-yemEq61oUzoOrBZ7e6djNxbw/QqR5Fuhi1Y12n/AdrU=";
|
hash = "sha256-PBhwIyGzWbXRTmp+IvFPqae4cbb6l6nIYcFheYkHlFI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-fP6yxfIQoVaBC9hYcrCyo3YP3ntEVDbDTwKMO9TdyDI=";
|
vendorHash = "sha256-fP6yxfIQoVaBC9hYcrCyo3YP3ntEVDbDTwKMO9TdyDI=";
|
||||||
|
Loading…
Reference in New Issue
Block a user