gowebly: 3.0.4 -> 3.0.5

This commit is contained in:
R. Ryantm 2025-07-16 01:51:14 +00:00
parent d7c8095791
commit 909511f515

View File

@ -8,16 +8,16 @@
buildGo124Module rec {
pname = "gowebly";
version = "3.0.4";
version = "3.0.5";
src = fetchFromGitHub {
owner = "gowebly";
repo = "gowebly";
tag = "v${version}";
hash = "sha256-oz/O5scGJigWjrmA2wnagDbf+epvwuyRI2CaSQY8K5I=";
hash = "sha256-r1yyMbnpt0sDgqkm/EqaYysQnm48uIXzQHqJObVpT9g=";
};
vendorHash = "sha256-BDdH6cFicbjT2WOldNRc8NcFKrIaeqy+mw113PRnwa8=";
vendorHash = "sha256-N48/67fMPsylNGr6ixay4si+9ifUryxkIJxKDYU46+o=";
env.CGO_ENABLED = 0;