Merge pull request #56870 from fgaz/zeronet/0.6.5

zeronet: 0.6.4 -> 0.6.5
This commit is contained in:
Ryan Mulligan 2019-03-06 19:03:36 -08:00 committed by GitHub
commit 7434fe2b3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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