goawk: 1.28.0 -> 1.29.1

This commit is contained in:
R. Ryantm 2024-12-07 11:22:56 +00:00
parent be4a655cf2
commit e9691a4519

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "goawk";
version = "1.28.0";
version = "1.29.1";
src = fetchFromGitHub {
owner = "benhoyt";
repo = "goawk";
rev = "v${version}";
hash = "sha256-3i8czhGFk8XqYaenKTmsvXt2kRSss++rS6amLxfM2DE=";
hash = "sha256-PQtayS2403ldNiE/xMQ/Oy+BsZB1ixDALuZcjhRyxLY=";
};
vendorHash = null;