Skip to content

Commit

Permalink
bitlbee-facebook: 1.1.1 -> 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadrieril authored and rycee committed Sep 15, 2017
1 parent 090947b commit d0090c0
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -3,13 +3,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "bitlbee-facebook-${version}";
version = "1.1.1";
version = "1.1.2";

src = fetchFromGitHub {
rev = "v${version}";
owner = "jgeboski";
owner = "bitlbee";
repo = "bitlbee-facebook";
sha256 = "08ibjqqcrmq1a5nmj8z93rjrdabi0yy2a70p31xalnfrh200m24c";
sha256 = "0kz2sc10iq01vn0hvf06bcdc1rsxz1j77z3mw55slf3j08xr07in";
};

nativeBuildInputs = [ autoconf automake libtool pkgconfig ];
Expand All @@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = {
description = "The Facebook protocol plugin for bitlbee";

homepage = https://github.com/jgeboski/bitlbee-facebook;
homepage = https://github.com/bitlbee/bitlbee-facebook;
license = licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
};
Expand Down

0 comments on commit d0090c0

Please sign in to comment.