We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 916970f commit 39cd4cfCopy full SHA for 39cd4cf
pkgs/applications/networking/instant-messengers/bitlbee-facebook/default.nix
@@ -3,13 +3,13 @@
3
with stdenv.lib;
4
stdenv.mkDerivation rec {
5
name = "bitlbee-facebook-${version}";
6
- version = "1.1.0";
+ version = "1.1.1";
7
8
src = fetchFromGitHub {
9
rev = "v${version}";
10
owner = "jgeboski";
11
repo = "bitlbee-facebook";
12
- sha256 = "0qclyc2zz8144dc42bhfv2xxrahpiv9j2iwq9h3cmfxszvkb8r3s";
+ sha256 = "08ibjqqcrmq1a5nmj8z93rjrdabi0yy2a70p31xalnfrh200m24c";
13
};
14
15
nativeBuildInputs = [ autoconf automake libtool pkgconfig ];
0 commit comments