Merge pull request #250419 from r-ryantm/auto-update/opensnitch

opensnitch: 1.6.2 -> 1.6.3
This commit is contained in:
Jonas Heinrich
2023-08-22 23:31:42 +02:00
committed by GitHub
+2 -2
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";