Skip to content

Commit

Permalink
mcabber: 1.0.4 -> 1.0.5
Browse files Browse the repository at this point in the history
(cherry picked from commit c7ad684)
  • Loading branch information
7c6f434c committed Mar 1, 2017
1 parent 5888067 commit 9ad9a65
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
name = "mcabber-${version}";
version = "1.0.4";
version = "1.0.5";

src = fetchurl {
url = "http://mcabber.com/files/mcabber-${version}.tar.bz2";
sha256 = "02nfn5r7cjpnacym95l6bvczii232v3x2gi79gfa9syc7w0brdk3";
sha256 = "0ixdzk5b3s31a4bdfqgqrsiq7vbgdzhqr49p9pz9cq9bgn0h1wm0";
};

buildInputs = [ openssl ncurses pkgconfig glib loudmouth libotr gpgme ];
Expand Down

0 comments on commit 9ad9a65

Please sign in to comment.