scribus: update from 1.4.4 to 1.4.5

+3 -3
+3 -3
pkgs/applications/office/scribus/default.nix
··· 3 , zlib, libpng, xorg, cairo, podofo, aspell, boost, cmake }: 4 5 stdenv.mkDerivation rec { 6 - name = "scribus-1.4.4"; 7 8 src = fetchurl { 9 - url = "mirror://sourceforge/scribus/scribus/${name}.tar.xz"; 10 - sha256 = "1bhp09x8rgdhyq8b516226nn0p7pxd2arkfkf2vvvklca5arsfx4"; 11 }; 12 13 enableParallelBuilding = true;
··· 3 , zlib, libpng, xorg, cairo, podofo, aspell, boost, cmake }: 4 5 stdenv.mkDerivation rec { 6 + name = "scribus-1.4.5"; 7 8 src = fetchurl { 9 + url = "mirror://sourceforge/scribus/scribus/${name}.tar.bz2"; 10 + sha256 = "1644ym79q7a1m5xf3xl1wf4kdk870np911jmpqdv2syjc42nyw4z"; 11 }; 12 13 enableParallelBuilding = true;