tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
opensnitch-ui: 1.5.1 -> 1.5.2
Jonas Heinrich
3 years ago
4c281b43
67411ee2
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
opensnitch
ui.nix
+2
-2
pkgs/tools/networking/opensnitch/ui.nix
···
6
6
7
7
python3Packages.buildPythonApplication rec {
8
8
pname = "opensnitch-ui";
9
9
-
version = "1.5.1";
9
9
+
version = "1.5.2";
10
10
11
11
src = fetchFromGitHub {
12
12
owner = "evilsocket";
13
13
repo = "opensnitch";
14
14
rev = "refs/tags/v${version}";
15
15
-
sha256 = "sha256-8IfupmQb1romGEvv/xqFkYhp0gGoY4ZEllX6rZYIkqw=";
15
15
+
sha256 = "sha256-MF7K3WasG1xLdw1kWz6xVYrdfuZW5GUq6dlS0pPOkHI=";
16
16
};
17
17
18
18
postPatch = ''