Skip to content

Commit

Permalink
cjdns v17.3 -> v18
Browse files Browse the repository at this point in the history
  • Loading branch information
spacekitteh authored and Emery Hemingway committed Nov 4, 2016
1 parent 478b777 commit c5cac50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/cjdns/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, nodejs, which, python27, utillinux }:

let version = "17.3"; in
let version = "18"; in
stdenv.mkDerivation {
name = "cjdns-"+version;

src = fetchurl {
url = "https://github.com/cjdelisle/cjdns/archive/cjdns-v${version}.tar.gz";
sha256 = "00p62y7b89y3piirpj27crprji8nh0zv7zh4mcqhzh6r39jxz4ri";
sha256 = "1as7n730ppn93cpal7s6r6iq1qx46m0c45iwy8baypbpp42zxrap";
};

buildInputs = [ which python27 nodejs ] ++
Expand Down

0 comments on commit c5cac50

Please sign in to comment.