stabber: 2016-11-09 -> 2020-06-08
Also updated meta.homepage
This commit is contained in:
parent
b843475bdd
commit
066544a7eb
@ -6,13 +6,13 @@ with stdenv.lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "stabber-unstable";
|
pname = "stabber-unstable";
|
||||||
version = "2016-11-09";
|
version = "2020-06-08";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "boothj5";
|
owner = "boothj5";
|
||||||
repo = "stabber";
|
repo = "stabber";
|
||||||
rev = "ed75087e4483233eb2cc5472dbd85ddfb7a1d4d4";
|
rev = "3e5c2200715666aad403d0076e8ab584b329965e";
|
||||||
sha256 = "1l6cibggi9rx6d26j1g92r1m8zm1g899f6z7n4pfqp84mrfqgz0p";
|
sha256 = "0042nbgagl4gcxa5fj7bikjdi1gbk0jwyqnzc5lswpb0l5y0i1ql";
|
||||||
};
|
};
|
||||||
|
|
||||||
preAutoreconf = ''
|
preAutoreconf = ''
|
||||||
@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Stubbed XMPP Server";
|
description = "Stubbed XMPP Server";
|
||||||
homepage = "https://github.com/boothj5/stabber";
|
homepage = "https://github.com/profanity-im/stabber";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ hschaeidt ];
|
maintainers = with maintainers; [ hschaeidt ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user