1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

Merge pull request #48799 from Chiiruno/dev/zeronet

zeronet: 0.6.2 -> 0.6.4
This commit is contained in:
Jörg Thalheim 2018-10-21 22:27:21 +01:00 committed by GitHub
commit 720cec839b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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