opensnitch-ui: 1.5.0 -> 1.5.1

This commit is contained in:
R. Ryantm 2022-04-19 07:59:23 +00:00
parent 3637dc530d
commit b993d978bf

View file

@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "opensnitch-ui";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "evilsocket";
repo = "opensnitch";
rev = "v${version}";
sha256 = "sha256-vtD82v0VlaJtCICXduD3IxJ0xjlBuzGKLWLoCiwPX2I=";
rev = "refs/tags/v${version}";
sha256 = "sha256-8IfupmQb1romGEvv/xqFkYhp0gGoY4ZEllX6rZYIkqw=";
};
nativeBuildInputs = [