2.6.0 -> 2.6.3
svn path=/nixpkgs/trunk/; revision=11807
This commit is contained in:
parent
7cc1d84272
commit
fca723a4a7
1 changed files with 3 additions and 3 deletions
|
@ -4,10 +4,10 @@ enchant, wv
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "abiword-2.6.0";
|
||||
name = "abiword-2.6.3";
|
||||
src = fetchurl {
|
||||
url = http://www.abisource.com/downloads/abiword/2.6.0/source/abiword-2.6.0.tar.gz;
|
||||
sha256 = "1fzhfk3bbv65bj9rifhzki57mpsvz4mw89ic3jl0d1zdgg8cxc9m";
|
||||
url = http://www.abisource.com/downloads/abiword/2.6.0/source/abiword-2.6.3.tar.gz;
|
||||
sha256 = "1v4hvnlf5x9q4w3w4yvv712hsajmhv8dpndbni623ag24g2frzz5";
|
||||
};
|
||||
|
||||
buildInputs = [pkgconfig gtk libglade libgnomeprint libgnomeprintui
|
||||
|
|
Loading…
Reference in a new issue