goverter: 1.9.2 -> 1.9.3 (#478969)

This commit is contained in:
Nick Cao
2026-01-12 22:04:38 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "goverter";
version = "1.9.2";
version = "1.9.3";
src = fetchFromGitHub {
owner = "jmattheis";
repo = "goverter";
tag = "v${version}";
hash = "sha256-OJMZovYTPOW+jeml3J6+V7qiyNVZPxl1eHYJ1fEhdHk=";
hash = "sha256-T6nsQJxe4YXeWPZf4AxELtTtmNznahAKohv1JqwjuW8=";
};
vendorHash = "sha256-wStuQhxrzd+LyHQi+k6ez6JT1xzZcPjJa09WqX70bys=";