We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ef7f3b + 0c59f63 commit 6b8084cCopy full SHA for 6b8084c
pkgs/by-name/op/opensnitch-ui/package.nix
@@ -8,13 +8,13 @@
8
9
python311Packages.buildPythonApplication rec {
10
pname = "opensnitch-ui";
11
- version = "1.6.7";
+ version = "1.6.8";
12
13
src = fetchFromGitHub {
14
owner = "evilsocket";
15
repo = "opensnitch";
16
rev = "refs/tags/v${version}";
17
- hash = "sha256-2BwFCRbVvs7pAM5SnhynWws2+QthB/F9V6DYPViDICU=";
+ hash = "sha256-zn5kBnINLt/qqAbka9wShFLWJoMJ6SXu2OL6V6uQ2IM=";
18
};
19
20
postPatch = ''
0 commit comments