Loading pkgs/tools/networking/mubeng/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -5,13 +5,13 @@ buildGoModule rec { pname = "mubeng"; version = "0.17.0"; version = "0.18.0"; src = fetchFromGitHub { owner = "kitabisa"; repo = pname; rev = "v${version}"; hash = "sha256-xfoYUcnCwrJ3SM+Xr+dsf4NnisN5K4UehT9T2US5p/s="; repo = "mubeng"; rev = "refs/tags/v${version}"; hash = "sha256-V+0XPuMM2Jg2LEpWzxRNLZ44YRoEnf/Fvbj51p9hwL4="; }; vendorHash = "sha256-TZDQCvcwsCa08bBBb8Zs8W0OFDYb+ZWN85+VCelFgyc="; Loading @@ -19,14 +19,14 @@ buildGoModule rec { ldflags = [ "-s" "-w" "-X ktbs.dev/mubeng/common.Version=${version}" "-X=ktbs.dev/mubeng/common.Version=${version}" ]; meta = with lib; { description = "Proxy checker and IP rotator"; homepage = "https://github.com/kitabisa/mubeng"; changelog = "https://github.com/kitabisa/mubeng/releases/tag/v${version}"; license = with licenses; [ asl20 ]; license = licenses.asl20; maintainers = with maintainers; [ fab ]; mainProgram = "mubeng"; }; Loading Loading
pkgs/tools/networking/mubeng/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -5,13 +5,13 @@ buildGoModule rec { pname = "mubeng"; version = "0.17.0"; version = "0.18.0"; src = fetchFromGitHub { owner = "kitabisa"; repo = pname; rev = "v${version}"; hash = "sha256-xfoYUcnCwrJ3SM+Xr+dsf4NnisN5K4UehT9T2US5p/s="; repo = "mubeng"; rev = "refs/tags/v${version}"; hash = "sha256-V+0XPuMM2Jg2LEpWzxRNLZ44YRoEnf/Fvbj51p9hwL4="; }; vendorHash = "sha256-TZDQCvcwsCa08bBBb8Zs8W0OFDYb+ZWN85+VCelFgyc="; Loading @@ -19,14 +19,14 @@ buildGoModule rec { ldflags = [ "-s" "-w" "-X ktbs.dev/mubeng/common.Version=${version}" "-X=ktbs.dev/mubeng/common.Version=${version}" ]; meta = with lib; { description = "Proxy checker and IP rotator"; homepage = "https://github.com/kitabisa/mubeng"; changelog = "https://github.com/kitabisa/mubeng/releases/tag/v${version}"; license = with licenses; [ asl20 ]; license = licenses.asl20; maintainers = with maintainers; [ fab ]; mainProgram = "mubeng"; }; Loading