3
0
Fork 0
forked from mirrors/nixpkgs

kde4.quasselDaemon: update from 0.9.0 to 0.9.2, potentially fixes CVE-2013-4422

This commit is contained in:
Nixpkgs Monitor 2013-12-04 03:22:35 +02:00 committed by Evgeny Egorochkin
parent d5c1d33a23
commit 78f33605e5

View file

@ -11,11 +11,11 @@ let
in with stdenv; mkDerivation rec {
name = "quassel-0.9.0";
name = "quassel-0.9.2";
src = fetchurl {
url = "http://quassel-irc.org/pub/${name}.tar.bz2";
sha256 = "09v0igjkzan3hllk47w39hkav6v1419vpxn2lfd8473kwdmf0grf";
sha256 = "1h2kzi4pgfv3qmvhxix9fffdjixs3bsya0i5c18dkh894mh02kgh";
};
buildInputs = [ cmake qt4 ]