Merge pull request #164435 from superherointj/package-gomodifytags-1.16.0

This commit is contained in:
Sandro 2022-03-16 22:21:32 +01:00 committed by GitHub
commit c9c2c228bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,19 +2,17 @@
buildGoModule rec {
pname = "gomodifytags";
version = "1.6.0";
vendorSha256 = null;
doCheck = false;
version = "1.16.0";
src = fetchFromGitHub {
owner = "fatih";
repo = "gomodifytags";
rev = "v${version}";
sha256 = "1wmzl5sk5mc46njzn86007sqyyv6han058ppiw536qyhk88rzazq";
sha256 = "1yhkn9mdvsn9i5v03c5smz32zlhkylnxhkcbjb7llafxzbhzgfm6";
};
vendorSha256 = "sha256-8efqJfu+gtoFbhdlDZfb8NsXV9hBDI2pvAQNH18VVhU=";
meta = {
description = "Go tool to modify struct field tags";
homepage = "https://github.com/fatih/gomodifytags";