cjdns: update to version 16 - 20150308

This commit is contained in:
Emery Hemingway 2015-03-21 10:11:12 -04:00
parent 37c95d6a48
commit 7e66337f6c

View file

@ -1,8 +1,8 @@
{ stdenv, fetchFromGitHub, nodejs, which, python27, utillinux }:
let
version = "15"; # see ${src}/util/version/Version.h
date = "20150207";
version = "16"; # see ${src}/util/version/Version.h
date = "20150308";
in
stdenv.mkDerivation {
name = "cjdns-${version}-${date}";
@ -10,8 +10,8 @@ stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "cjdelisle";
repo = "cjdns";
rev = "0fc585e15e25b1bd39be24a534f47bb966485a4a";
sha256 = "090zx30bgfk6wyh10wbjqpkvjq9l30jc7fh2iagajsmpjs9iipqm";
rev = "dc7eaf676cb83f13ba3e76a1bd0f2e093e6d6e1b";
sha256 = "1llhv9kflh4rzv9b9qq9zhrckcc6a7xs0dp147adwmaxqjj8v601";
};
buildInputs = [ which python27 nodejs ] ++