rekonq-0.9.0-1
svn path=/nixpkgs/trunk/; revision=32825
This commit is contained in:
parent
8778f0b368
commit
ce5a0fdf68
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, kdelibs, gettext}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "rekonq-0.8.1";
|
||||
name = "rekonq-0.9.0-1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sf/rekonq/${name}.tar.bz2";
|
||||
sha256 = "0zwvdk66q9iphdkrhn850p9f0h8lads9qx3v6dnq15gfk793nz4h";
|
||||
sha256 = "0vri6wdxxi7qkcjpgvscwa7m3ysy62jns924d07arvy8bmg5whc5";
|
||||
};
|
||||
|
||||
buildInputs = [ kdelibs ];
|
||||
|
|
Loading…
Reference in a new issue