Merge pull request #16302 from brainrape/update_urbit
urbit: 2015.09.26 -> 2016-06-02
This commit is contained in:
commit
89913798b1
@ -1,15 +1,16 @@
|
|||||||
{ stdenv, fetchgit, gcc, gmp, libsigsegv, openssl, automake, autoconf, ragel,
|
{ stdenv, fetchFromGitHub, gcc, gmp, libsigsegv, openssl, automake, autoconf, ragel,
|
||||||
cmake, re2c, libtool, ncurses, perl, zlib, python }:
|
cmake, re2c, libtool, ncurses, perl, zlib, python }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "urbit-${version}";
|
name = "urbit-${version}";
|
||||||
version = "2015.09.26";
|
version = "2016-06-02";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchFromGitHub {
|
||||||
url = "https://github.com/urbit/urbit.git";
|
owner = "urbit";
|
||||||
rev = "c9592664c797b2dd74f26886528656f8a7058640";
|
repo = "urbit";
|
||||||
sha256 = "0sgrxnmpqh54mgar81wlb6gff8c0pc24p53xwxr448g5shvnzjx9";
|
rev = "8c113559872e4a97bce3f3ee5b370ad9545c7459";
|
||||||
|
sha256 = "055qdpp4gm0v04pddq4380pdsi0gp2ybgv1d2lchkhwsnjyl46jl";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with stdenv.lib; [
|
buildInputs = with stdenv.lib; [
|
||||||
@ -34,8 +35,8 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "an operating function";
|
description = "An operating function";
|
||||||
homepage = http://urbit.org/preview/~2015.9.25/materials;
|
homepage = http://urbit.org;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ mudri ];
|
maintainers = with maintainers; [ mudri ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user