summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNadrieril <nadrieril@gmail.com>2019-01-29 19:25:51 +0100
committerNadrieril <nadrieril@gmail.com>2019-01-29 19:28:34 +0100
commit8e0832ff79222f104885fa3c0ed797e8ce6f1d1a (patch)
treedfe7d2c9b096b285829fd24cfc97aa6839795fc3 /pkgs
parent11cf7d6e1ffd5fbc09a51b76d668ad0858a772ed (diff)
downloadnixpkgs-8e0832ff79222f104885fa3c0ed797e8ce6f1d1a.tar
nixpkgs-8e0832ff79222f104885fa3c0ed797e8ce6f1d1a.tar.gz
nixpkgs-8e0832ff79222f104885fa3c0ed797e8ce6f1d1a.tar.bz2
nixpkgs-8e0832ff79222f104885fa3c0ed797e8ce6f1d1a.tar.lz
nixpkgs-8e0832ff79222f104885fa3c0ed797e8ce6f1d1a.tar.xz
nixpkgs-8e0832ff79222f104885fa3c0ed797e8ce6f1d1a.tar.zst
nixpkgs-8e0832ff79222f104885fa3c0ed797e8ce6f1d1a.zip
bitlbee-facebook: 1.1.2 -> 1.2.0
Diffstat (limited to 'pkgs')
-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 aa7895ce148..d6c8fae2b58 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 {
   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 ];