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
commit b24d93a292
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";