goawk: 1.27.0 -> 1.28.0 (#341778)

This commit is contained in:
Nick Cao 2024-09-14 09:27:40 -04:00 committed by GitHub
commit 44d3607d87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;