Merge pull request #248510 from onny/opensnitch-update

opensnitch: 1.6.1 -> 1.6.2, opensnitch-ui: 1.6.1 -> 1.6.2

authored by

Arnout Engelen and committed by
GitHub
83739917 b62649df

+5 -5
+3 -3
pkgs/tools/networking/opensnitch/daemon.nix
··· 18 19 buildGoModule rec { 20 pname = "opensnitch"; 21 - version = "1.6.1"; 22 23 src = fetchFromGitHub { 24 owner = "evilsocket"; 25 repo = "opensnitch"; 26 rev = "v${version}"; 27 - sha256 = "sha256-yEo5nga0WTbgZm8W2qbJcTOO4cCzFWrjRmTBCFH7GLg="; 28 }; 29 30 modRoot = "daemon"; ··· 42 protoc-gen-go-grpc 43 ]; 44 45 - vendorSha256 = "sha256-bUzGWpQxeXzvkzQ7G53ljQJq6wwqiXqbi6bgeFlNvvM="; 46 47 preBuild = '' 48 # Fix inconsistent vendoring build error
··· 18 19 buildGoModule rec { 20 pname = "opensnitch"; 21 + version = "1.6.2"; 22 23 src = fetchFromGitHub { 24 owner = "evilsocket"; 25 repo = "opensnitch"; 26 rev = "v${version}"; 27 + hash = "sha256-1ArwbewgZuoDF2lxY720yFQSsTuLR0WkS8vsTCr2FL4="; 28 }; 29 30 modRoot = "daemon"; ··· 42 protoc-gen-go-grpc 43 ]; 44 45 + vendorHash = "sha256-bUzGWpQxeXzvkzQ7G53ljQJq6wwqiXqbi6bgeFlNvvM="; 46 47 preBuild = '' 48 # Fix inconsistent vendoring build error
+2 -2
pkgs/tools/networking/opensnitch/ui.nix
··· 6 7 python3Packages.buildPythonApplication rec { 8 pname = "opensnitch-ui"; 9 - version = "1.6.1"; 10 11 src = fetchFromGitHub { 12 owner = "evilsocket"; 13 repo = "opensnitch"; 14 rev = "refs/tags/v${version}"; 15 - sha256 = "sha256-yEo5nga0WTbgZm8W2qbJcTOO4cCzFWrjRmTBCFH7GLg="; 16 }; 17 18 postPatch = ''
··· 6 7 python3Packages.buildPythonApplication rec { 8 pname = "opensnitch-ui"; 9 + version = "1.6.2"; 10 11 src = fetchFromGitHub { 12 owner = "evilsocket"; 13 repo = "opensnitch"; 14 rev = "refs/tags/v${version}"; 15 + hash = "sha256-1ArwbewgZuoDF2lxY720yFQSsTuLR0WkS8vsTCr2FL4="; 16 }; 17 18 postPatch = ''