Commit 0d767c96 authored by Mario Rodas's avatar Mario Rodas
Browse files

opensnitch: use buildGo121Module

parent 1ebdfa7d
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -11465,9 +11465,7 @@ with pkgs;
  openfortivpn = callPackage ../tools/networking/openfortivpn { };
  opensnitch = callPackage ../tools/networking/opensnitch/daemon.nix {
    # Build currently fails on Go > 1.18
    # See https://github.com/evilsocket/opensnitch/issues/851
    buildGoModule = buildGo118Module;
    buildGoModule = buildGo121Module;
  };
  opensnitch-ui = libsForQt5.callPackage ../tools/networking/opensnitch/ui.nix { };