goawk: 1.29.1 -> 1.30.0

Changes: https://github.com/benhoyt/goawk/releases/tag/v1.30.0
This commit is contained in:
Ashish SHUKLA
2025-11-02 17:46:13 +01:00
parent 2fb006b87f
commit 4a0cc1a026
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "goawk";
version = "1.29.1";
version = "1.30.0";
src = fetchFromGitHub {
owner = "benhoyt";
repo = "goawk";
rev = "v${version}";
hash = "sha256-PQtayS2403ldNiE/xMQ/Oy+BsZB1ixDALuZcjhRyxLY=";
hash = "sha256-wy7rMZ0JyOKWr5u0CTaIaUDuu/SlUR8oVNf4gXWsMWY=";
};
vendorHash = null;