bitlbee-facebook: 1.2.0 -> 1.2.1

This commit is contained in:
eyjhb 2020-10-21 15:21:14 +02:00
parent d2b8b92865
commit 324ea5b54e
No known key found for this signature in database
GPG key ID: 740FAE1502523BD8

View file

@ -3,13 +3,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
pname = "bitlbee-facebook";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "bitlbee";
repo = "bitlbee-facebook";
sha256 = "11068zhb1v55b1x0nhjc4f3p0glccxpcyk5c1630hfdzkj7vyqhn";
sha256 = "1yjhjhk3jzjip13lq009vlg84lm2lzwhac5jy0aq3vkcz6rp94rc";
};
nativeBuildInputs = [ autoconf automake libtool pkgconfig ];