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

opensnitch-ui: 1.5.0 -> 1.5.1
This commit is contained in:
Artturi 2022-04-19 16:13:53 +03:00 committed by GitHub
commit d0d173f6ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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