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