Merge pull request #5609 from ehmry/cjdns

cjdns: bump to protocol version 13
This commit is contained in:
Austin Seipp 2015-01-08 02:54:46 -06:00
commit be707c5c6b

View File

@ -1,8 +1,8 @@
{ stdenv, fetchFromGitHub, nodejs, which, python27, utillinux }: { stdenv, fetchFromGitHub, nodejs, which, python27, utillinux }:
let let
version = "12"; # see ${src}/util/version/Version.h version = "13"; # see ${src}/util/version/Version.h
date = "20141121"; date = "20150102";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
name = "cjdns-${version}-${date}"; name = "cjdns-${version}-${date}";
@ -10,8 +10,8 @@ stdenv.mkDerivation {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cjdelisle"; owner = "cjdelisle";
repo = "cjdns"; repo = "cjdns";
rev = "f176d2c0271d764412bd13c7adf7ea475fa25e0f"; rev = "da108a24c958b6b8f592bcc6f89990923af0099e";
sha256 = "02vp917pr0kkcg41ani2azfbmdv1rjghmlrc7nc07ckkcqg6sk0y"; sha256 = "0x4161bl4wii4530ja8i1b8qsab9var8yggj7ipvcijd7v3hfvx7";
}; };
buildInputs = [ which python27 nodejs ] ++ buildInputs = [ which python27 nodejs ] ++