vpn-slice: 0.15 -> 0.16

This commit is contained in:
R. Ryantm
2021-12-15 02:48:33 +00:00
parent dcf4fb5133
commit 38a9dfe5c3
+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 ];