about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/bitlbee-facebook
diff options
context:
space:
mode:
authoreyjhb <eyjhbb@gmail.com>2020-10-21 15:21:14 +0200
committereyjhb <eyjhbb@gmail.com>2020-10-21 15:21:14 +0200
commit324ea5b54e56c8304178c8112050c6d1d72741ef (patch)
tree98edfbe22af315354db7846362d6767548821a12 /pkgs/applications/networking/instant-messengers/bitlbee-facebook
parentd2b8b928655f1b5e80985e49555aef70818a9bdf (diff)
bitlbee-facebook: 1.2.0 -> 1.2.1
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/bitlbee-facebook')
-rw-r--r--pkgs/applications/networking/instant-messengers/bitlbee-facebook/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/bitlbee-facebook/default.nix b/pkgs/applications/networking/instant-messengers/bitlbee-facebook/default.nix
index 07e7b74a43c2c..1a8110acacb99 100644
--- a/pkgs/applications/networking/instant-messengers/bitlbee-facebook/default.nix
+++ b/pkgs/applications/networking/instant-messengers/bitlbee-facebook/default.nix
@@ -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 ];