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

This commit is contained in:
Winter
2025-05-13 13:35:13 -04:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
View File
@@ -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 = ''