summary refs log tree commit diff
path: root/pkgs/applications/office/scribus
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2021-04-26 03:00:18 +0200
committerKerstin Humm <kerstin@erictapen.name>2021-04-26 03:00:18 +0200
commitcbf777525fb9e2df32f729c7a4446bd46f2f91c4 (patch)
tree42177d56da99d59b7921639848c21daafdf83c29 /pkgs/applications/office/scribus
parent8931b66733af0c4048f8fda19c63651017cd7d54 (diff)
scribusUnstable: 1.5.6.1 -> 1.5.7
Diffstat (limited to 'pkgs/applications/office/scribus')
-rw-r--r--pkgs/applications/office/scribus/unstable.nix12
1 files changed, 2 insertions, 10 deletions
diff --git a/pkgs/applications/office/scribus/unstable.nix b/pkgs/applications/office/scribus/unstable.nix
index f83ce8b39b1cc..549865cd8d857 100644
--- a/pkgs/applications/office/scribus/unstable.nix
+++ b/pkgs/applications/office/scribus/unstable.nix
@@ -2,7 +2,6 @@
 , cairo
 , cmake
 , cups
-, fetchpatch
 , fetchurl
 , fontconfig
 , freetype
@@ -36,20 +35,13 @@ in
 mkDerivation rec {
   pname = "scribus";
 
-  version = "1.5.6.1";
+  version = "1.5.7";
 
   src = fetchurl {
     url = "mirror://sourceforge/${pname}/${pname}-devel/${pname}-${version}.tar.xz";
-    sha256 = "sha256-1CV2lVOc+kDerYq9rwTFHjTU10vK1aLJNNCObp1Dt6s=";
+    sha256 = "sha256-MYMWss/Hp2GR0+DT+MImUUfa6gVwFiAo4kPCktgm+M4=";
   };
 
-  patches = [
-    (fetchpatch {  # fix build with podofo 0.9.7
-      url = "https://github.com/scribusproject/scribus/commit/c6182ef92820b422d61c904e40e9fed865458eb5.patch";
-      sha256 = "0vp275xfbd4xnj5s55cgzsihgihby5mmjlbmrc7sa6jbrsm8aa2c";
-    })
-  ];
-
   nativeBuildInputs = [
     cmake
     pkg-config