goawk: 1.27.0 -> 1.28.0

Changes: https://github.com/benhoyt/goawk/releases/tag/v1.28.0
This commit is contained in:
Ashish SHUKLA 2024-09-14 14:30:24 +05:30
parent 673d99f140
commit 22aca3a426
No known key found for this signature in database

View File

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