about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2020-06-02 22:44:52 +0200
committerDaiderd Jordan <daiderd@gmail.com>2020-06-03 18:35:19 +0200
commit7b3a2963d1e8901df0d2b872485e14df4889c99a (patch)
tree2e657c40bc8cbfe2dd20863a7c4972ba09cd2d42 /pkgs/applications/office
parentd36e9412f8d779f03f90f923318c99782d99e3b8 (diff)
downloadnixlib-7b3a2963d1e8901df0d2b872485e14df4889c99a.tar
nixlib-7b3a2963d1e8901df0d2b872485e14df4889c99a.tar.gz
nixlib-7b3a2963d1e8901df0d2b872485e14df4889c99a.tar.bz2
nixlib-7b3a2963d1e8901df0d2b872485e14df4889c99a.tar.lz
nixlib-7b3a2963d1e8901df0d2b872485e14df4889c99a.tar.xz
nixlib-7b3a2963d1e8901df0d2b872485e14df4889c99a.tar.zst
nixlib-7b3a2963d1e8901df0d2b872485e14df4889c99a.zip
treewide: replace base64 encoded hashes
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/scribus/unstable.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/scribus/unstable.nix b/pkgs/applications/office/scribus/unstable.nix
index ebfaa231fbac..ff69329140bf 100644
--- a/pkgs/applications/office/scribus/unstable.nix
+++ b/pkgs/applications/office/scribus/unstable.nix
@@ -40,7 +40,7 @@ mkDerivation rec {
 
   src = fetchurl {
     url = "mirror://sourceforge/${pname}/${pname}-devel/${pname}-${version}.tar.xz";
-    sha256 = "eQiyGmzoQyafWM7fX495GJMlfmIBzOX73ccNrKL+P3E=";
+    sha256 = "0w9zzsiaq3f7vpxybk01c9z2b4qqg67mzpyfb2gjchz8dhdb423r";
   };
 
   patches = [
@@ -66,7 +66,7 @@ mkDerivation rec {
     # Formating changes needed for the Poppler 0.86 patch to apply
     (fetchpatch {
       url = "https://github.com/scribusproject/scribus/commit/58613b5ce44335f202a55ab15ed303d97fe274cb.patch";
-      sha256 = "qwmVAZVYCijLNMVGwnOLJE8223vcRwPWfEvNKiDjw5o=";
+      sha256 = "16n3wch2mkabgkb06iywggdkckr4idrw4in56k5jh2jqjl0ra2db";
     })
     (fetchpatch {
       url = "https://github.com/scribusproject/scribus/commit/24aba508aac3f672f5f8cd629744a3b71e58ec37.patch";