_3proxy: 0.9.4 -> 0.9.5 (#388667)

This commit is contained in:
misuzu
2025-03-15 12:52:34 +02:00
committed by GitHub
+6 -6
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "3proxy";
version = "0.9.4";
version = "0.9.5";
src = fetchFromGitHub {
owner = "3proxy";
repo = "3proxy";
rev = version;
sha256 = "sha256-4bLlQ/ULvpjs6fr19yBBln5mRRc+yj+zVLiTs1e/Ypc=";
sha256 = "sha256-uy6flZ1a7o02pr5O0pgl9zCjh8mE9W5JxotJeBMB16A=";
};
# They use 'install -s', that calls the native strip instead of the cross.
@@ -42,11 +42,11 @@ stdenv.mkDerivation rec {
smoke-test = nixosTests._3proxy;
};
meta = with lib; {
meta = {
description = "Tiny free proxy server";
homepage = "https://github.com/3proxy/3proxy";
license = licenses.bsd2;
platforms = platforms.linux;
maintainers = with maintainers; [ misuzu ];
license = lib.licenses.bsd2;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ misuzu ];
};
}