summary refs log tree commit diff
path: root/pkgs/applications/office/scribus/default.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2014-11-04 20:41:28 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2014-11-05 23:59:11 +0000
commit9ad81702f7337716b8fcdee6eb12d9586360b29f (patch)
tree8d1e1d3d24154efa6263a82004cad8205be0d22f /pkgs/applications/office/scribus/default.nix
parent21f57b8d78f0d3f2c7b041eab38c47deec457894 (diff)
downloadnixpkgs-9ad81702f7337716b8fcdee6eb12d9586360b29f.tar
nixpkgs-9ad81702f7337716b8fcdee6eb12d9586360b29f.tar.gz
nixpkgs-9ad81702f7337716b8fcdee6eb12d9586360b29f.tar.bz2
nixpkgs-9ad81702f7337716b8fcdee6eb12d9586360b29f.tar.lz
nixpkgs-9ad81702f7337716b8fcdee6eb12d9586360b29f.tar.xz
nixpkgs-9ad81702f7337716b8fcdee6eb12d9586360b29f.tar.zst
nixpkgs-9ad81702f7337716b8fcdee6eb12d9586360b29f.zip
scribus: update from 1.4.3 to 1.4.4
Diffstat (limited to 'pkgs/applications/office/scribus/default.nix')
-rw-r--r--pkgs/applications/office/scribus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/scribus/default.nix b/pkgs/applications/office/scribus/default.nix
index fb7a41d6246..d0d6fd136ef 100644
--- a/pkgs/applications/office/scribus/default.nix
+++ b/pkgs/applications/office/scribus/default.nix
@@ -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;