Merge pull request #152263 from r-ryantm/auto-update/vpn-slice

vpn-slice: 0.16 -> 0.16.1
This commit is contained in:
Bobby Rong 2021-12-27 18:34:41 +08:00 committed by GitHub
commit dd32786e23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];