cjdns: 20.3 -> 20.4 (#69503)

cjdns: 20.3 -> 20.4
This commit is contained in:
Jörg Thalheim 2019-09-26 12:54:59 +01:00 committed by GitHub
commit e848ee5136
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, nodejs, which, python27, utillinux }:
let version = "20.3"; in
let version = "20.4"; in
stdenv.mkDerivation {
name = "cjdns-"+version;
@ -8,7 +8,7 @@ stdenv.mkDerivation {
owner = "cjdelisle";
repo = "cjdns";
rev = "cjdns-v${version}";
sha256 = "02cxrjmpi7pyf0qfvhkqg3y5rq7vlnib55n2hhxnyhzznxhgrsgy";
sha256 = "1d8li7vws1dmdgs96dmy4vh55gqy2ir4dnkrvgkv3fjq9pffr7vx";
};
buildInputs = [ which python27 nodejs ] ++