Unverified Commit 0c4109e8 authored by Winter's avatar Winter Committed by GitHub
Browse files

opensnitch: 1.6.7 -> 1.6.9; opensnitch-ui: 1.6.8 -> 1.6.9 (#402907)

parents c549cc92 cf774702
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

python311Packages.buildPythonApplication rec {
  pname = "opensnitch-ui";
  version = "1.6.8";
  version = "1.6.9";

  src = fetchFromGitHub {
    owner = "evilsocket";
    repo = "opensnitch";
    rev = "refs/tags/v${version}";
    hash = "sha256-zn5kBnINLt/qqAbka9wShFLWJoMJ6SXu2OL6V6uQ2IM=";
    hash = "sha256-c+VAlm32/NXvUr5i0AY/zuTrFIQLtPxNNeSiQTMoJAY=";
  };

  postPatch = ''
+2 −2
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@ let
in
buildGoModule rec {
  pname = "opensnitch";
  version = "1.6.7";
  version = "1.6.9";

  src = fetchFromGitHub {
    owner = "evilsocket";
    repo = "opensnitch";
    tag = "v${version}";
    hash = "sha256-2BwFCRbVvs7pAM5SnhynWws2+QthB/F9V6DYPViDICU=";
    hash = "sha256-c+VAlm32/NXvUr5i0AY/zuTrFIQLtPxNNeSiQTMoJAY=";
  };

  postPatch = ''