zoraxy: 3.2.2 -> 3.2.4

This commit is contained in:
R. Ryantm
2025-06-28 08:44:25 +00:00
parent c0874d923d
commit 3e4ee8a049
+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";