scribusUnstable: 1.5.6.1 -> 1.5.7

+2 -10
+2 -10
pkgs/applications/office/scribus/unstable.nix
··· 2 , cairo 3 , cmake 4 , cups 5 - , fetchpatch 6 , fetchurl 7 , fontconfig 8 , freetype ··· 36 mkDerivation rec { 37 pname = "scribus"; 38 39 - version = "1.5.6.1"; 40 41 src = fetchurl { 42 url = "mirror://sourceforge/${pname}/${pname}-devel/${pname}-${version}.tar.xz"; 43 - sha256 = "sha256-1CV2lVOc+kDerYq9rwTFHjTU10vK1aLJNNCObp1Dt6s="; 44 }; 45 - 46 - patches = [ 47 - (fetchpatch { # fix build with podofo 0.9.7 48 - url = "https://github.com/scribusproject/scribus/commit/c6182ef92820b422d61c904e40e9fed865458eb5.patch"; 49 - sha256 = "0vp275xfbd4xnj5s55cgzsihgihby5mmjlbmrc7sa6jbrsm8aa2c"; 50 - }) 51 - ]; 52 53 nativeBuildInputs = [ 54 cmake
··· 2 , cairo 3 , cmake 4 , cups 5 , fetchurl 6 , fontconfig 7 , freetype ··· 35 mkDerivation rec { 36 pname = "scribus"; 37 38 + version = "1.5.7"; 39 40 src = fetchurl { 41 url = "mirror://sourceforge/${pname}/${pname}-devel/${pname}-${version}.tar.xz"; 42 + sha256 = "sha256-MYMWss/Hp2GR0+DT+MImUUfa6gVwFiAo4kPCktgm+M4="; 43 }; 44 45 nativeBuildInputs = [ 46 cmake