cjdns: 16 -> 17.3
This commit is contained in:
parent
ab9b693321
commit
36b5fd8d4d
@ -1,17 +1,12 @@
|
|||||||
{ stdenv, fetchFromGitHub, nodejs, which, python27, utillinux }:
|
{ stdenv, fetchurl, nodejs, which, python27, utillinux }:
|
||||||
|
|
||||||
let
|
let version = "17.3"; in
|
||||||
version = "16"; # see ${src}/util/version/Version.h
|
|
||||||
date = "20150509";
|
|
||||||
in
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "cjdns-${version}-${date}";
|
name = "cjdns-"+version;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchurl {
|
||||||
owner = "cjdelisle";
|
url = "https://github.com/cjdelisle/cjdns/archive/cjdns-v${version}.tar.gz";
|
||||||
repo = "cjdns";
|
sha256 = "00p62y7b89y3piirpj27crprji8nh0zv7zh4mcqhzh6r39jxz4ri";
|
||||||
rev = "a05ade40dc31caebaf3aa770aac3ab2ecb02d867";
|
|
||||||
sha256 = "07vwsw5d0sdxypl187cyzzdrv0chf4yyjxcymf847afkfr249n29";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ which python27 nodejs ] ++
|
buildInputs = [ which python27 nodejs ] ++
|
||||||
@ -35,7 +30,7 @@ stdenv.mkDerivation {
|
|||||||
homepage = https://github.com/cjdelisle/cjdns;
|
homepage = https://github.com/cjdelisle/cjdns;
|
||||||
description = "Encrypted networking for regular people";
|
description = "Encrypted networking for regular people";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ viric ehmry ];
|
maintainers = with maintainers; [ ehmry ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user