Commit 08da9117 authored by Mario Rodas's avatar Mario Rodas
Browse files

ssl-proxy: use buildGo119Module

parent 627f2fe9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, buildGo118Module, fetchFromGitHub }:
{ lib, buildGoModule, fetchFromGitHub }:

buildGo118Module rec {
buildGoModule rec {
  pname = "ssl-proxy";
  version = "0.2.7";

+3 −1
Original line number Diff line number Diff line
@@ -42116,7 +42116,9 @@ with pkgs;
  yazi = callPackage ../applications/file-managers/yazi { inherit (darwin.apple_sdk.frameworks) Foundation; };
  ssl-proxy = callPackage ../tools/networking/ssl-proxy { };
  ssl-proxy = callPackage ../tools/networking/ssl-proxy {
    buildGoModule = buildGo119Module; # build fails with 1.20
  };
  code-maat = callPackage ../development/tools/code-maat {};
}