about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/zeronet
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2019-03-05 09:20:44 +0100
committerFrancesco Gazzetta <fgaz@fgaz.me>2019-03-05 09:20:44 +0100
commit66b6b3b4e940d163e95212f93b2532f41a6b0674 (patch)
tree9d22fbc4d10ec487dd43bcfc85ae4287170e9921 /pkgs/applications/networking/p2p/zeronet
parent82b38923c26d99196f62b9cea444f5d68258462c (diff)
zeronet: 0.6.4 -> 0.6.5
Diffstat (limited to 'pkgs/applications/networking/p2p/zeronet')
-rw-r--r--pkgs/applications/networking/p2p/zeronet/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/p2p/zeronet/default.nix b/pkgs/applications/networking/p2p/zeronet/default.nix
index 1dc4e3e435135..88f07f0a8a508 100644
--- a/pkgs/applications/networking/p2p/zeronet/default.nix
+++ b/pkgs/applications/networking/p2p/zeronet/default.nix
@@ -2,14 +2,14 @@
 
 python2Packages.buildPythonApplication rec {
   pname = "zeronet";
-  version = "0.6.4";
+  version = "0.6.5";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "HelloZeroNet";
     repo = "ZeroNet";
     rev = "v${version}";
-    sha256 = "04mpnkx0pbvcfjs337f0ajabdbh6h0gypnaz6n395avkf8r1g4c3";
+    sha256 = "1b9jg525jq40czyw9xh9ck90fl9rzrdmzl2mzhqqhz23idb60j4a";
   };
 
   propagatedBuildInputs = with python2Packages; [ msgpack gevent ];