bump yakuake to 2.9.7
svn path=/nixpkgs/trunk/; revision=22623
This commit is contained in:
parent
960a0ad747
commit
2e93e5e453
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, kdelibs, cmake, gettext, perl, automoc4, qt4, phonon }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "yakuake-2.9.6";
|
||||
name = "yakuake-2.9.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download.berlios.de/yakuake/${name}.tar.bz2";
|
||||
sha256 = "08n6kdzk205rq1bs4yx5f2qawz6xigdhn9air0pbjsi1j630yfzq";
|
||||
sha256 = "0azzvbh3jwz8yhn6gqd46ya7589sadfjyysw230vlf0zlfipdlvd";
|
||||
};
|
||||
|
||||
buildInputs = [ kdelibs cmake gettext perl automoc4 qt4 phonon stdenv.gcc.libc ];
|
||||
|
|
Loading…
Reference in a new issue