mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
cjdns v17.3 -> v18
This commit is contained in:
parent
478b777674
commit
c5cac5051a
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, nodejs, which, python27, utillinux }:
|
{ stdenv, fetchurl, nodejs, which, python27, utillinux }:
|
||||||
|
|
||||||
let version = "17.3"; in
|
let version = "18"; in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "cjdns-"+version;
|
name = "cjdns-"+version;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/cjdelisle/cjdns/archive/cjdns-v${version}.tar.gz";
|
url = "https://github.com/cjdelisle/cjdns/archive/cjdns-v${version}.tar.gz";
|
||||||
sha256 = "00p62y7b89y3piirpj27crprji8nh0zv7zh4mcqhzh6r39jxz4ri";
|
sha256 = "1as7n730ppn93cpal7s6r6iq1qx46m0c45iwy8baypbpp42zxrap";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ which python27 nodejs ] ++
|
buildInputs = [ which python27 nodejs ] ++
|
||||||
|
Loading…
Reference in New Issue
Block a user