opensnitch: 1.5.0 -> 1.5.1

This commit is contained in:
Jonas Heinrich 2022-04-19 15:21:57 +02:00 committed by Yt
parent 24b53785cc
commit 9d5527d706

View file

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