cjdns: 19.1 -> 20

+2 -2
+2 -2
pkgs/tools/networking/cjdns/default.nix
··· 1 { stdenv, fetchurl, fetchpatch, nodejs, which, python27, utillinux }: 2 3 - let version = "19.1"; in 4 stdenv.mkDerivation { 5 name = "cjdns-"+version; 6 7 src = fetchurl { 8 url = "https://github.com/cjdelisle/cjdns/archive/cjdns-v${version}.tar.gz"; 9 - sha256 = "53c568a500215b055a9894178eb4477bd93a6e1abf751d0bc5ef2a03ea01a188"; 10 }; 11 12 buildInputs = [ which python27 nodejs ] ++
··· 1 { stdenv, fetchurl, fetchpatch, nodejs, which, python27, utillinux }: 2 3 + let version = "20"; in 4 stdenv.mkDerivation { 5 name = "cjdns-"+version; 6 7 src = fetchurl { 8 url = "https://github.com/cjdelisle/cjdns/archive/cjdns-v${version}.tar.gz"; 9 + sha256 = "1dyqxi9l2pmrgm16a161909rg3vfzvib40frr7p6ddpk8yfh5888"; 10 }; 11 12 buildInputs = [ which python27 nodejs ] ++