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

opensnitch: 1.6.5 -> 1.6.5.1

authored by Pol Dellaiera and committed by GitHub 08581608 8cc98fe5

+2 -2
+2 -2
pkgs/by-name/op/opensnitch/package.nix
··· 18 18 19 19 buildGoModule rec { 20 20 pname = "opensnitch"; 21 - version = "1.6.5"; 21 + version = "1.6.5.1"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "evilsocket"; 25 25 repo = "opensnitch"; 26 26 rev = "refs/tags/v${version}"; 27 - hash = "sha256-2HHyecgiodWhQkkn3eo0RJNroD7HaK6Je/+x9IqZfWE="; 27 + hash = "sha256-IVrAAHzLS7A7cYhRk+IUx8/5TGKeqC7M/7iXOpPe2ZA="; 28 28 }; 29 29 30 30 postPatch = ''