opensnitch: 1.6.2 -> 1.6.3

This commit is contained in:
R. Ryantm 2023-08-20 20:22:44 +00:00
parent f03d4e0eec
commit efa7e40715

View file

@ -18,13 +18,13 @@
buildGoModule rec {
pname = "opensnitch";
version = "1.6.2";
version = "1.6.3";
src = fetchFromGitHub {
owner = "evilsocket";
repo = "opensnitch";
rev = "v${version}";
hash = "sha256-1ArwbewgZuoDF2lxY720yFQSsTuLR0WkS8vsTCr2FL4=";
hash = "sha256-C8Uuz2FC7Zu07ZmFpp+ejpNxkyC3/mM9J2dc5FUKx64=";
};
modRoot = "daemon";