Skip to content

Commit

Permalink
cjdns: 21 -> 21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
freezeboy authored and ehmry committed Dec 28, 2020
1 parent 5239dc4 commit ad13f0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/cjdns/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "cjdns";
version = "21";
version = "21.1";

src = fetchFromGitHub {
owner = "cjdelisle";
repo = "cjdns";
rev = "cjdns-v${version}";
sha256 = "1s9d8yrdrj2gviig05jhr0fnzazb88lih0amxfk0av786rvh7ymj";
sha256 = "NOmk+vMZ8i0E2MjrUzksk+tkJ9XVVNEXlE5OOTNa+Y0=";
};

buildInputs = [ which python27 nodejs ] ++
Expand All @@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "https://github.com/cjdelisle/cjdns";
description = "Encrypted networking for regular people";
license = licenses.gpl3;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ehmry ];
platforms = platforms.linux;
};
Expand Down

0 comments on commit ad13f0e

Please sign in to comment.