opensnitch: 1.6.5.1 -> 1.6.6

This commit is contained in:
R. Ryantm
2024-07-02 01:40:00 +00:00
parent cfdae65b07
commit 8d970df99d
+2 -2
View File
@@ -16,13 +16,13 @@
buildGoModule rec {
pname = "opensnitch";
version = "1.6.5.1";
version = "1.6.6";
src = fetchFromGitHub {
owner = "evilsocket";
repo = "opensnitch";
rev = "refs/tags/v${version}";
hash = "sha256-IVrAAHzLS7A7cYhRk+IUx8/5TGKeqC7M/7iXOpPe2ZA=";
hash = "sha256-pJPpkXRp7cby6Mvc7IzxH9u6MY4PcrRPkimTw3je6iI=";
};
postPatch = ''