go-i18n: 2.6.0 -> 2.6.1

This commit is contained in:
R. Ryantm
2026-01-01 07:11:40 +00:00
parent f08bd3b475
commit b797ff8cf7

View File

@@ -5,16 +5,16 @@
}:
buildGoModule (finalAttrs: {
pname = "go-i18n";
version = "2.6.0";
version = "2.6.1";
src = fetchFromGitHub {
owner = "nicksnyder";
repo = "go-i18n";
tag = "v${finalAttrs.version}";
hash = "sha256-UrSECFbpCIg5avJ+f3LkJy/ncZFHa4q8sDqDIQ3YZJM=";
hash = "sha256-ag/8GBAwqkOyIVrdlaFYLxy9dgPOq7VbactrLmzxK7E=";
};
vendorHash = "sha256-4Kbdj2D6eJTjZtdsFMNES3AEZ0PEi01HS73uFNZsFMA=";
vendorHash = "sha256-HhSzcK5FdOL2itnO/9kPTExbq0ZvVbvkl+aFtbv//4c=";
subPackages = [
"goi18n"