stabber: 2016-11-09 -> 2020-06-08

Also updated meta.homepage
gstqt5
Justin Humm 2020-08-13 13:39:32 +02:00 committed by Alyssa Ross
parent b843475bdd
commit 066544a7eb
1 changed files with 4 additions and 4 deletions

View File

@ -6,13 +6,13 @@ with stdenv.lib;
stdenv.mkDerivation {
pname = "stabber-unstable";
version = "2016-11-09";
version = "2020-06-08";
src = fetchFromGitHub {
owner = "boothj5";
repo = "stabber";
rev = "ed75087e4483233eb2cc5472dbd85ddfb7a1d4d4";
sha256 = "1l6cibggi9rx6d26j1g92r1m8zm1g899f6z7n4pfqp84mrfqgz0p";
rev = "3e5c2200715666aad403d0076e8ab584b329965e";
sha256 = "0042nbgagl4gcxa5fj7bikjdi1gbk0jwyqnzc5lswpb0l5y0i1ql";
};
preAutoreconf = ''
@ -23,7 +23,7 @@ stdenv.mkDerivation {
meta = {
description = "Stubbed XMPP Server";
homepage = "https://github.com/boothj5/stabber";
homepage = "https://github.com/profanity-im/stabber";
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = with maintainers; [ hschaeidt ];