Skip to content

Commit

Permalink
Merge pull request #115370 from toonn/release-20.09
Browse files Browse the repository at this point in the history
[20.09] bitlbee-facebook: 1.2.1 -> 1.2.2
  • Loading branch information
SuperSandro2000 committed Apr 20, 2021
2 parents 17a2890 + 90f200b commit 4749cb3
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -3,13 +3,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
pname = "bitlbee-facebook";
version = "1.2.0";
version = "1.2.2";

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

nativeBuildInputs = [ autoconf automake libtool pkgconfig ];
Expand Down

0 comments on commit 4749cb3

Please sign in to comment.