3
0
Fork 0
forked from mirrors/nixpkgs

cjdns: 20.1 -> 20.2

This commit is contained in:
Alexander Krupenkin 2018-05-02 17:29:18 +03:00
parent 27eb2859f2
commit 6846c45eed
No known key found for this signature in database
GPG key ID: 0D0A7FA67911873E

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 ] ++