Skip to content

Commit

Permalink
cjdns: 20.5 -> 20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and ehmry committed Apr 16, 2020
1 parent 10d1088 commit 342eaba
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,14 +1,14 @@
{ stdenv, fetchFromGitHub, nodejs, which, python27, utillinux }:

let version = "20.5"; in
let version = "20.6"; in
stdenv.mkDerivation {
name = "cjdns-"+version;

src = fetchFromGitHub {
owner = "cjdelisle";
repo = "cjdns";
rev = "cjdns-v${version}";
sha256 = "13f174bmbyqna899naja4fzpma3yaw815ylksk8klcc3glg07v7b";
sha256 = "1d5rrnqb5dcmm5cg2ky1cgxz6ncb23n1j797j9zzw6xxdvkf3kgi";
};

buildInputs = [ which python27 nodejs ] ++
Expand Down

0 comments on commit 342eaba

Please sign in to comment.