cjdns v17.3 -> v18

This commit is contained in:
Sophie Taylor 2016-11-04 20:52:28 +10:00 committed by Emery Hemingway
parent 478b777674
commit c5cac5051a

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, nodejs, which, python27, utillinux }: { stdenv, fetchurl, nodejs, which, python27, utillinux }:
let version = "17.3"; in let version = "18"; in
stdenv.mkDerivation { stdenv.mkDerivation {
name = "cjdns-"+version; name = "cjdns-"+version;
src = fetchurl { src = fetchurl {
url = "https://github.com/cjdelisle/cjdns/archive/cjdns-v${version}.tar.gz"; url = "https://github.com/cjdelisle/cjdns/archive/cjdns-v${version}.tar.gz";
sha256 = "00p62y7b89y3piirpj27crprji8nh0zv7zh4mcqhzh6r39jxz4ri"; sha256 = "1as7n730ppn93cpal7s6r6iq1qx46m0c45iwy8baypbpp42zxrap";
}; };
buildInputs = [ which python27 nodejs ] ++ buildInputs = [ which python27 nodejs ] ++