Skip to content

Commit fb96871

Browse files
authored
_3proxy: 0.9.4 -> 0.9.5 (NixOS#388667)
2 parents fb3a374 + cecf361 commit fb96871

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkgs/by-name/_3/_3proxy/package.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
stdenv.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
}

0 commit comments

Comments
 (0)