1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-17 09:32:50 +00:00

quassel: update to 0.9.0

This commit is contained in:
Evgeny Egorochkin 2013-09-17 01:41:35 +03:00
parent 2d14789920
commit 1d8a998c69

View file

@ -11,11 +11,11 @@ let
in with stdenv; mkDerivation rec {
name = "quassel-0.7.4";
name = "quassel-0.9.0";
src = fetchurl {
url = "http://quassel-irc.org/pub/${name}.tar.bz2";
sha256 = "08f4m35bkmp9p1n560a3fg711s9izb25ddx2az03xzf1jl8qdrg7";
sha256 = "09v0igjkzan3hllk47w39hkav6v1419vpxn2lfd8473kwdmf0grf";
};
buildInputs = [ cmake qt4 ]
@ -48,6 +48,7 @@ in with stdenv; mkDerivation rec {
'';
license = "GPLv3";
maintainers = [ maintainers.phreedom ];
repositories.git = https://github.com/quassel/quassel.git;
inherit (qt4.meta) platforms;
};
}