Unverified Commit 535734e7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #259865 from marsam/ssl-proxy-buildGo119Module

ssl-proxy: use buildGo119Module
parents 36b17468 08da9117
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
@@ -42117,7 +42117,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 {};
}