Skip to content

Commit

Permalink
pidgin: 2.11.0 -> 2.12.0 for CVE-2017-2640
Browse files Browse the repository at this point in the history
Also removes unmaintained plugins.

See https://bitbucket.org/pidgin/www/src/tip/htdocs/ChangeLog.
  • Loading branch information
fpletz committed Mar 11, 2017
1 parent a7e89c6 commit 4e0375c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
let unwrapped = stdenv.mkDerivation rec {
name = "pidgin-${version}";
majorVersion = "2";
version = "${majorVersion}.11.0";
version = "${majorVersion}.12.0";

src = fetchurl {
url = "mirror://sourceforge/pidgin/${name}.tar.bz2";
sha256 = "0crkggjj6y07v1kdwil9vw532b0vrs6p33nmlvdkpnl60m2169pp";
sha256 = "1y5p2mq3bfw35b66jsafmbva0w5gg1k99y9z8fyp3jfksqv3agcc";
};

inherit nss ncurses;
Expand Down

0 comments on commit 4e0375c

Please sign in to comment.