Merge pull request #39858 from akru/cjdns-v20.2

cjdns: 20.1 -> 20.2
This commit is contained in:
Joachim F
2018-05-05 20:07:45 +00:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, nodejs, which, python27, utillinux }:
let version = "20.1"; in
let version = "20.2"; in
stdenv.mkDerivation {
name = "cjdns-"+version;
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
owner = "cjdelisle";
repo = "cjdns";
rev = "cjdns-v${version}";
sha256 = "033q8av46y0q8vxyqvb4yjh1lz6a17mmk8lhdpwdcqnsws8xjjsw";
sha256 = "13zhcfwx8c3vdcf6ifivrgf8q7mgx00vnxcspdz88zk7dh65c6jn";
};
buildInputs = [ which python27 nodejs ] ++