mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
zoraxy: 3.0.5 -> 3.0.6
This commit is contained in:
parent
66382c87d7
commit
60c198d5d1
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue