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

opensnitch: 1.6.5 -> 1.6.5.1
This commit is contained in:
Pol Dellaiera 2024-02-24 23:29:34 +01:00 committed by GitHub
commit 0858160853
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,13 +18,13 @@
buildGoModule rec {
pname = "opensnitch";
version = "1.6.5";
version = "1.6.5.1";
src = fetchFromGitHub {
owner = "evilsocket";
repo = "opensnitch";
rev = "refs/tags/v${version}";
hash = "sha256-2HHyecgiodWhQkkn3eo0RJNroD7HaK6Je/+x9IqZfWE=";
hash = "sha256-IVrAAHzLS7A7cYhRk+IUx8/5TGKeqC7M/7iXOpPe2ZA=";
};
postPatch = ''