zoraxy: 3.2.2 -> 3.2.4 (#420723)

This commit is contained in:
Wolfgang Walther 2025-07-10 08:53:35 +00:00 committed by GitHub
commit 934feca5f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "zoraxy";
version = "3.2.2";
version = "3.2.4";
src = fetchFromGitHub {
owner = "tobychui";
repo = "zoraxy";
tag = "v${finalAttrs.version}";
hash = "sha256-CGSGxiMnWI26t5fD5s74PgrL7nkJXxO3CNCK0ZHpR4I=";
hash = "sha256-vcsN75o5olK/yQln77OJeq/PmUX1c/RYLBHyP8mRs8Q=";
};
sourceRoot = "${finalAttrs.src.name}/src";