opensnitch: 1.5.1 -> 1.5.2

This commit is contained in:
Jonas Heinrich 2022-07-29 14:12:49 +02:00
parent dfda4ec196
commit 67411ee258

View file

@ -15,13 +15,13 @@
buildGoModule rec {
pname = "opensnitch";
version = "1.5.1";
version = "1.5.2";
src = fetchFromGitHub {
owner = "evilsocket";
repo = "opensnitch";
rev = "v${version}";
sha256 = "sha256-8IfupmQb1romGEvv/xqFkYhp0gGoY4ZEllX6rZYIkqw=";
sha256 = "sha256-MF7K3WasG1xLdw1kWz6xVYrdfuZW5GUq6dlS0pPOkHI=";
};
patches = [