goawk: 1.23.0 -> 1.23.1

This commit is contained in:
R. Ryantm
2023-05-21 02:17:11 +00:00
parent dd816a74ce
commit d0283b7912
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "goawk";
version = "1.23.0";
version = "1.23.1";
src = fetchFromGitHub {
owner = "benhoyt";
repo = "goawk";
rev = "v${version}";
sha256 = "sha256-uqr4edYPe29YbUm52werxPa/eo1HkR2K34FI43itzVY=";
sha256 = "sha256-U7fJq9BiWHhyM/I8gVX+PjrGZKanhBgWQWIn9ynOvQI=";
};
vendorHash = null;