go-xmlstruct: 1.10.0 -> 1.11.0

This commit is contained in:
R. Ryantm
2025-06-13 23:08:37 +00:00
parent d837a61cad
commit d2a6338c8d

View File

@@ -7,16 +7,16 @@
buildGoModule (finalAttrs: {
pname = "go-xmlstruct";
version = "1.10.0";
version = "1.11.0";
src = fetchFromGitHub {
owner = "twpayne";
repo = "go-xmlstruct";
tag = "v${finalAttrs.version}";
hash = "sha256-7nDxLvTu/l3bbkG/MYFWqO0KGNfVVwW9/WqvKvj0wOc=";
hash = "sha256-YTVPxC3HoSuWgNkFkhNr4ytYbL+AiIkzjLBfkGNmv+M=";
};
vendorHash = "sha256-dxnMWxcWu67FI833bFoxy+5s2ELp3gXisLiTACZRzGU=";
vendorHash = "sha256-myt5JjEDnLfkYkB+yb/oaH4dgIOB9qFcqcEb6KO5vBk=";
doInstallCheck = true;
installCheckPhase = ''