Merge pull request #259600 from r-ryantm/auto-update/goawk

goawk: 1.24.0 -> 1.25.0
This commit is contained in:
Nick Cao
2023-10-07 17:56:30 -04:00
committed by GitHub

View File

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