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