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

vpn-slice: 0.15 -> 0.16
This commit is contained in:
Bobby Rong
2021-12-25 10:08:50 +08:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildPythonApplication rec {
pname = "vpn-slice";
version = "0.15";
version = "0.16";
src = fetchFromGitHub {
owner = "dlenski";
repo = pname;
rev = "v${version}";
sha256 = "sha256-9JnRuJkpcgW1cEgJPiqFDYotNSCl7XcmbHS6D4E13gM=";
sha256 = "sha256-szJLw+TtpYcTaqeOTzMiQ0HVjNb9A5SLL4mGMX8xUnw=";
};
propagatedBuildInputs = with python3Packages; [ setproctitle dnspython ];