libattica: update to 0.4.1
This commit is contained in:
parent
fb906e44ac
commit
8b8129d478
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, cmake, qt4 }:
|
{ stdenv, fetchurl, cmake, qt4 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "attica-0.4.0";
|
name = "attica-0.4.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kde/stable/attica/${name}.tar.bz2";
|
url = "mirror://kde/stable/attica/${name}.tar.bz2";
|
||||||
sha256 = "172d1z97aw9iscq6wh23i31s4hgq7mmhr3mk4xgifqv0hjcmzyhq";
|
sha256 = "1rnd861vy6waf25b1ilsr3rwb06dmmlnd8zq3l8y6r0lq5i2bl9n";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qt4 ];
|
buildInputs = [ qt4 ];
|
||||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A library to access Open Collaboration Service providers";
|
description = "A library to access Open Collaboration Service providers";
|
||||||
license = "LGPL";
|
license = "LGPL";
|
||||||
maintainers = [ maintainers.sander maintainers.urkud ];
|
maintainers = [ maintainers.sander maintainers.urkud maintainers.phreedom ];
|
||||||
inherit (qt4.meta) platforms;
|
inherit (qt4.meta) platforms;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user