Skip to content

Commit add1b1b

Browse files
authored
opensnitch: 1.6.6 -> 1.6.7 (#369106)
2 parents 073c239 + d4dbec9 commit add1b1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ let
3131
in
3232
buildGoModule rec {
3333
pname = "opensnitch";
34-
version = "1.6.6";
34+
version = "1.6.7";
3535

3636
src = fetchFromGitHub {
3737
owner = "evilsocket";
3838
repo = "opensnitch";
3939
rev = "refs/tags/v${version}";
40-
hash = "sha256-pJPpkXRp7cby6Mvc7IzxH9u6MY4PcrRPkimTw3je6iI=";
40+
hash = "sha256-2BwFCRbVvs7pAM5SnhynWws2+QthB/F9V6DYPViDICU=";
4141
};
4242

4343
postPatch = ''

0 commit comments

Comments
 (0)