forked from mirrors/nixpkgs
scribus: 1.4.5 -> 1.4.6
This commit is contained in:
parent
3f909d8f64
commit
b40a25b922
|
@ -3,11 +3,11 @@
|
|||
, zlib, libpng, xorg, cairo, podofo, aspell, boost, cmake }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "scribus-1.4.5";
|
||||
name = "scribus-1.4.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/scribus/scribus/${name}.tar.bz2";
|
||||
sha256 = "1644ym79q7a1m5xf3xl1wf4kdk870np911jmpqdv2syjc42nyw4z";
|
||||
url = "mirror://sourceforge/scribus/scribus/${name}.tar.xz";
|
||||
sha256 = "16m1g38dig37ag0zxjx3wk1rxx9xxzjqfc7prj89rp4y1m83dqr1";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
|
Loading…
Reference in a new issue