scribus: 1.5.7 -> 1.5.8

https://w.scribus.net/wiki/index.php/1.5.8_Release

authored by Robert Schütz and committed by Kerstin aaa1cf94 1c183e7d

+2 -28
+2 -28
pkgs/applications/office/scribus/default.nix
··· 36 36 mkDerivation rec { 37 37 pname = "scribus"; 38 38 39 - version = "1.5.7"; 39 + version = "1.5.8"; 40 40 41 41 src = fetchurl { 42 42 url = "mirror://sourceforge/${pname}/${pname}-devel/${pname}-${version}.tar.xz"; 43 - sha256 = "sha256-MYMWss/Hp2GR0+DT+MImUUfa6gVwFiAo4kPCktgm+M4="; 43 + hash = "sha256-R4Fuj89tBXiP8WqkSZ+X/yJDHHd6d4kUmwqItFHha3Q="; 44 44 }; 45 45 46 46 patches = [ 47 - # For harfbuzz >= 2.9.0 48 - (fetchpatch { 49 - url = "https://github.com/scribusproject/scribus/commit/1b546978bc4ea0b2a73fbe4d7cf947887e865162.patch"; 50 - sha256 = "sha256-noRCaN63ZYFfXmAluEYXdFPNOk3s5W3KBAsLU1Syxv4="; 51 - }) 52 - # For harfbuzz >= 3.0 53 - (fetchpatch { 54 - url = "https://github.com/scribusproject/scribus/commit/68ec41169eaceea4a6e1d6f359762a191c7e61d5.patch"; 55 - sha256 = "sha256-xhp65qVvaof0md1jb3XHZw7uFX1RtNxPfUOaVnvZV1Y="; 56 - }) 57 47 # For Poppler 22.02 58 48 (fetchpatch { 59 49 url = "https://github.com/scribusproject/scribus/commit/85c0dff3422fa3c26fbc2e8d8561f597ec24bd92.patch"; ··· 65 55 }) 66 56 # For Poppler 22.03 67 57 (fetchpatch { 68 - url = "https://github.com/scribusproject/scribus/commit/553d1fd5f76ffb3743583b88c78a7232b076a965.patch"; 69 - sha256 = "56JrEG3eCzyALTH04yjzurKRj2PocpjO6b4PusMRxjY="; 70 - }) 71 - (fetchpatch { 72 - url = "https://github.com/scribusproject/scribus/commit/1f82e38be0782b065910f5fb4cece23f690349ae.patch"; 73 - sha256 = "qektUfel5KeA327D3THyqi8dznP1SQQFToUC5Kd0+W4="; 74 - }) 75 - (fetchpatch { 76 58 url = "https://github.com/scribusproject/scribus/commit/f19410ac3b27e33dd62105746784e61e85b90a1d.patch"; 77 59 sha256 = "JHdgntYcioYatPeqpmym3c9dORahj0CinGOzbGtA4ds="; 78 - }) 79 - (fetchpatch { 80 - url = "https://github.com/scribusproject/scribus/commit/e013e8126d2100e8e56dea5b836ad43275429389.patch"; 81 - sha256 = "+siPNtJq9Is9V2PgADeQJB+b4lkl5g8uk6zKBu10Jqw="; 82 - }) 83 - (fetchpatch { 84 - url = "https://github.com/scribusproject/scribus/commit/48263954a7dee0be815b00f417ae365ab26cdd85.patch"; 85 - sha256 = "1WE9kALFw79bQH88NUafXaZ1Y/vJEKTIWxlk5c+opsQ="; 86 60 }) 87 61 # For Poppler 22.04 88 62 (fetchpatch {