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
+2 -2
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";