gowebly: 3.0.4 -> 3.0.5 (#425649)

Co-authored-by: cterence <terence.chateigne@posteo.net>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-16 10:20:29 +00:00 committed by GitHub
commit f200890f87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,16 +8,16 @@
buildGo124Module rec { buildGo124Module rec {
pname = "gowebly"; pname = "gowebly";
version = "3.0.4"; version = "3.0.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gowebly"; owner = "gowebly";
repo = "gowebly"; repo = "gowebly";
tag = "v${version}"; 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; env.CGO_ENABLED = 0;