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

opensnitch: 1.6.5.1 -> 1.6.6
This commit is contained in:
Jonas Heinrich 2024-07-03 18:27:50 +02:00 committed by GitHub
commit 7ebcefcd2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''