opensnitch: 1.6.3 -> 1.6.4

This commit is contained in:
R. Ryantm 2023-11-10 07:05:57 +00:00
parent 2251d8ffde
commit 98e261211b

View File

@ -18,13 +18,13 @@
buildGoModule rec {
pname = "opensnitch";
version = "1.6.3";
version = "1.6.4";
src = fetchFromGitHub {
owner = "evilsocket";
repo = "opensnitch";
rev = "v${version}";
hash = "sha256-C8Uuz2FC7Zu07ZmFpp+ejpNxkyC3/mM9J2dc5FUKx64=";
hash = "sha256-fkRykhcjWZ4MDl2HZ1ZFaQmEeRYhiCBeUxG/Eu7D8NA=";
};
postPatch = ''