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

authored by Jonas Heinrich and committed by GitHub b548ccd9 cf071d96

+3 -3
+3 -3
pkgs/by-name/op/opensnitch-ui/package.nix
··· 8 9 python311Packages.buildPythonApplication rec { 10 pname = "opensnitch-ui"; 11 - version = "1.6.6"; 12 13 src = fetchFromGitHub { 14 owner = "evilsocket"; 15 repo = "opensnitch"; 16 - tag = "v${version}"; 17 - hash = "sha256-pJPpkXRp7cby6Mvc7IzxH9u6MY4PcrRPkimTw3je6iI="; 18 }; 19 20 postPatch = ''
··· 8 9 python311Packages.buildPythonApplication rec { 10 pname = "opensnitch-ui"; 11 + version = "1.6.7"; 12 13 src = fetchFromGitHub { 14 owner = "evilsocket"; 15 repo = "opensnitch"; 16 + rev = "refs/tags/v${version}"; 17 + hash = "sha256-2BwFCRbVvs7pAM5SnhynWws2+QthB/F9V6DYPViDICU="; 18 }; 19 20 postPatch = ''