zeronet: 0.6.2 -> 0.6.4

This commit is contained in:
隠岐奈 2018-10-21 16:02:03 -05:00
parent 19c4eff3c8
commit 32abab455a

View File

@ -2,14 +2,14 @@
python2Packages.buildPythonApplication rec {
pname = "zeronet";
version = "0.6.2";
version = "0.6.4";
format = "other";
src = fetchFromGitHub {
owner = "HelloZeroNet";
repo = "ZeroNet";
rev = "v${version}";
sha256 = "0v19jjirkyv8hj2yfdj0c40zwynn51h2bj4issn5blr95vhfm8s7";
sha256 = "04mpnkx0pbvcfjs337f0ajabdbh6h0gypnaz6n395avkf8r1g4c3";
};
propagatedBuildInputs = with python2Packages; [ msgpack gevent ];