mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
scribus: update from 1.4.3 to 1.4.4
This commit is contained in:
parent
21f57b8d78
commit
9ad81702f7
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
|||
, zlib, libpng, xorg, cairo, podofo, aspell, boost, cmake }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "scribus-1.4.3";
|
||||
name = "scribus-1.4.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/scribus/scribus/${name}.tar.xz";
|
||||
sha256 = "1zxgl2g299rllfy5ihs5skicpv7zcmz149ahraami69gqcag6bn7";
|
||||
sha256 = "1bhp09x8rgdhyq8b516226nn0p7pxd2arkfkf2vvvklca5arsfx4";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
|
Loading…
Reference in a new issue