Add haproxy/mmproxy combo

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-03-01 23:02:03 +00:00
parent ae66cfd854
commit a271e892c3
7 changed files with 101 additions and 41 deletions

View File

@@ -0,0 +1,15 @@
{ pkgs, ... }:
# AUTO-UPDATE: nix-update --flake --version=branch=master go-mmproxy
pkgs.buildGoModule rec {
pname = "go-mmproxy";
version = "2.1-unstable-2023-11-20";
src = pkgs.fetchFromGitHub {
owner = "path-network";
repo = "go-mmproxy";
rev = "006247ca7ec618d2aff02052bac839ca769991a1";
hash = "sha256-sU0OYpJ0b/Fq5CzCA0TtC368LOyYCUkXt0pS4IEv8Ak=";
};
vendorHash = null;
}