goawk: 1.26.0 -> 1.27.0

This commit is contained in:
Ashish SHUKLA 2024-04-20 08:37:53 +00:00
parent 5c24cf2f0a
commit 63969d3a94
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

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