Skip to content

Commit

Permalink
Merge pull request #54895 from Nadrieril/update-bitlbee-facebook
Browse files Browse the repository at this point in the history
bitlbee-facebook: 1.1.2 -> 1.2.0
  • Loading branch information
pSub committed Jan 30, 2019
2 parents dfc8ec8 + 8e0832f commit 4a200fb
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -3,13 +3,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "bitlbee-facebook-${version}";
version = "1.1.2";
version = "1.2.0";

src = fetchFromGitHub {
rev = "v${version}";
owner = "bitlbee";
repo = "bitlbee-facebook";
sha256 = "0kz2sc10iq01vn0hvf06bcdc1rsxz1j77z3mw55slf3j08xr07in";
sha256 = "11068zhb1v55b1x0nhjc4f3p0glccxpcyk5c1630hfdzkj7vyqhn";
};

nativeBuildInputs = [ autoconf automake libtool pkgconfig ];
Expand Down

0 comments on commit 4a200fb

Please sign in to comment.