Skip to content

Commit 6b8084c

Browse files
authored
opensnitch-ui: 1.6.7 -> 1.6.8 (#387648)
2 parents 4ef7f3b + 0c59f63 commit 6b8084c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/op/opensnitch-ui/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
python311Packages.buildPythonApplication rec {
1010
pname = "opensnitch-ui";
11-
version = "1.6.7";
11+
version = "1.6.8";
1212

1313
src = fetchFromGitHub {
1414
owner = "evilsocket";
1515
repo = "opensnitch";
1616
rev = "refs/tags/v${version}";
17-
hash = "sha256-2BwFCRbVvs7pAM5SnhynWws2+QthB/F9V6DYPViDICU=";
17+
hash = "sha256-zn5kBnINLt/qqAbka9wShFLWJoMJ6SXu2OL6V6uQ2IM=";
1818
};
1919

2020
postPatch = ''

0 commit comments

Comments
 (0)