Skip to content

Commit cf77470

Browse files
committed
opensnitch: 1.6.7 -> 1.6.9
1 parent 8226e4e commit cf77470

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.7";
34+
version = "1.6.9";
3535

3636
src = fetchFromGitHub {
3737
owner = "evilsocket";
3838
repo = "opensnitch";
3939
tag = "v${version}";
40-
hash = "sha256-2BwFCRbVvs7pAM5SnhynWws2+QthB/F9V6DYPViDICU=";
40+
hash = "sha256-c+VAlm32/NXvUr5i0AY/zuTrFIQLtPxNNeSiQTMoJAY=";
4141
};
4242

4343
postPatch = ''

0 commit comments

Comments
 (0)