zoraxy: 3.0.5 -> 3.0.6

This commit is contained in:
R. Ryantm 2024-06-10 16:53:49 +00:00
parent 66382c87d7
commit 60c198d5d1

View file

@ -6,12 +6,12 @@
buildGoModule rec {
pname = "zoraxy";
version = "3.0.5";
version = "3.0.6";
src = fetchFromGitHub {
owner = "tobychui";
repo = "zoraxy";
rev = "refs/tags/${version}";
sha256 = "sha256-bTd6IwzVYxs1xvoy7AdB7WTGfgtHJI+qM3335OWkOEo=";
sha256 = "sha256-Pv7Ey3d07+gJfMyQxC5Do0g5HZGcPXttpvmN0YNjXvY=";
};
sourceRoot = "${src.name}/src";