File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 77
88stdenv . mkDerivation rec {
99 pname = "3proxy" ;
10- version = "0.9.4 " ;
10+ version = "0.9.5 " ;
1111
1212 src = fetchFromGitHub {
1313 owner = "3proxy" ;
1414 repo = "3proxy" ;
1515 rev = version ;
16- sha256 = "sha256-4bLlQ/ULvpjs6fr19yBBln5mRRc+yj+zVLiTs1e/Ypc =" ;
16+ sha256 = "sha256-uy6flZ1a7o02pr5O0pgl9zCjh8mE9W5JxotJeBMB16A =" ;
1717 } ;
1818
1919 # They use 'install -s', that calls the native strip instead of the cross.
@@ -42,11 +42,11 @@ stdenv.mkDerivation rec {
4242 smoke-test = nixosTests . _3proxy ;
4343 } ;
4444
45- meta = with lib ; {
45+ meta = {
4646 description = "Tiny free proxy server" ;
4747 homepage = "https://github.com/3proxy/3proxy" ;
48- license = licenses . bsd2 ;
49- platforms = platforms . linux ;
50- maintainers = with maintainers ; [ misuzu ] ;
48+ license = lib . licenses . bsd2 ;
49+ platforms = lib . platforms . linux ;
50+ maintainers = with lib . maintainers ; [ misuzu ] ;
5151 } ;
5252}
You can’t perform that action at this time.
0 commit comments