Unverified Commit add1b1bb authored by Jonas Heinrich's avatar Jonas Heinrich Committed by GitHub
Browse files

opensnitch: 1.6.6 -> 1.6.7 (#369106)

parents 073c239c d4dbec91
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@ let
in
buildGoModule rec {
  pname = "opensnitch";
  version = "1.6.6";
  version = "1.6.7";

  src = fetchFromGitHub {
    owner = "evilsocket";
    repo = "opensnitch";
    rev = "refs/tags/v${version}";
    hash = "sha256-pJPpkXRp7cby6Mvc7IzxH9u6MY4PcrRPkimTw3je6iI=";
    hash = "sha256-2BwFCRbVvs7pAM5SnhynWws2+QthB/F9V6DYPViDICU=";
  };

  postPatch = ''