opensnitch-ui: 1.6.6 -> 1.6.7 (#370048)

This commit is contained in:
Jonas Heinrich
2025-01-04 14:08:27 +01:00
committed by GitHub
+3 -3
View File
@@ -8,13 +8,13 @@
python311Packages.buildPythonApplication rec {
pname = "opensnitch-ui";
version = "1.6.6";
version = "1.6.7";
src = fetchFromGitHub {
owner = "evilsocket";
repo = "opensnitch";
tag = "v${version}";
hash = "sha256-pJPpkXRp7cby6Mvc7IzxH9u6MY4PcrRPkimTw3je6iI=";
rev = "refs/tags/v${version}";
hash = "sha256-2BwFCRbVvs7pAM5SnhynWws2+QthB/F9V6DYPViDICU=";
};
postPatch = ''