gomodifytags: 1.16.0 -> 1.17.0
This commit is contained in:
parent
b64e7d2266
commit
c0be044fc2
@ -2,16 +2,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "gomodifytags";
|
||||
version = "1.16.0";
|
||||
version = "1.17.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fatih";
|
||||
repo = "gomodifytags";
|
||||
rev = "v${version}";
|
||||
sha256 = "1yhkn9mdvsn9i5v03c5smz32zlhkylnxhkcbjb7llafxzbhzgfm6";
|
||||
sha256 = "sha256-XVjSRW7FzXbGmGT+xH4tNg9PVXvgmhQXTIrYYZ346/M=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-8efqJfu+gtoFbhdlDZfb8NsXV9hBDI2pvAQNH18VVhU=";
|
||||
vendorHash = "sha256-0eWrkOcaow+W2Daaw2rzugfS+jqhN6RE2iCdpui9aQg=";
|
||||
|
||||
meta = {
|
||||
description = "Go tool to modify struct field tags";
|
||||
|
Loading…
Reference in New Issue
Block a user