vpn-slice: 0.16 -> 0.16.1

This commit is contained in:
R. Ryantm 2021-12-26 18:25:18 +00:00
parent ea7b03bf80
commit 12469b7ed0

View file

@ -2,13 +2,13 @@
buildPythonApplication rec {
pname = "vpn-slice";
version = "0.16";
version = "0.16.1";
src = fetchFromGitHub {
owner = "dlenski";
repo = pname;
rev = "v${version}";
sha256 = "sha256-szJLw+TtpYcTaqeOTzMiQ0HVjNb9A5SLL4mGMX8xUnw=";
sha256 = "sha256-T6VULLNRLWO4OcAsuTmhty6H4EhinyxQSg0dfv2DUJs=";
};
propagatedBuildInputs = with python3Packages; [ setproctitle dnspython ];