goawk: 1.25.0 -> 1.26.0

This commit is contained in:
R. Ryantm 2024-02-29 02:43:03 +00:00
parent 6780926802
commit 9264ef15eb

View file

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