Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

opensnitch: 1.6.2 -> 1.6.3

+2 -2
+2 -2
pkgs/tools/networking/opensnitch/daemon.nix
··· 18 18 19 19 buildGoModule rec { 20 20 pname = "opensnitch"; 21 - version = "1.6.2"; 21 + version = "1.6.3"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "evilsocket"; 25 25 repo = "opensnitch"; 26 26 rev = "v${version}"; 27 - hash = "sha256-1ArwbewgZuoDF2lxY720yFQSsTuLR0WkS8vsTCr2FL4="; 27 + hash = "sha256-C8Uuz2FC7Zu07ZmFpp+ejpNxkyC3/mM9J2dc5FUKx64="; 28 28 }; 29 29 30 30 modRoot = "daemon";