Skip to content

Commit

Permalink
opensnitch-ui: 1.6.6 -> 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 1, 2025
1 parent d290965 commit 293f832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/op/opensnitch-ui/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

python311Packages.buildPythonApplication rec {
pname = "opensnitch-ui";
version = "1.6.6";
version = "1.6.7";

src = fetchFromGitHub {
owner = "evilsocket";
repo = "opensnitch";
rev = "refs/tags/v${version}";
hash = "sha256-pJPpkXRp7cby6Mvc7IzxH9u6MY4PcrRPkimTw3je6iI=";
hash = "sha256-2BwFCRbVvs7pAM5SnhynWws2+QthB/F9V6DYPViDICU=";
};

postPatch = ''
Expand Down

0 comments on commit 293f832

Please sign in to comment.