about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2020-06-01 10:59:41 +0200
committerDaiderd Jordan <daiderd@gmail.com>2020-06-01 15:24:19 +0200
commitb7ddbd52bd1ab9365436573c0c5b6d1edcc1919f (patch)
tree4663b94e0a2c9a2e070b14884f674078e3f0d827 /pkgs/applications/office
parent19dab239bbbf26c5eb1694c4e4d4de473da99dc5 (diff)
treewide: replace SRI 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 aa0c2dee97900..ebfaa231fbac3 100644
--- a/pkgs/applications/office/scribus/unstable.nix
+++ b/pkgs/applications/office/scribus/unstable.nix
@@ -70,13 +70,13 @@ mkDerivation rec {
     })
     (fetchpatch {
       url = "https://github.com/scribusproject/scribus/commit/24aba508aac3f672f5f8cd629744a3b71e58ec37.patch";
-      sha256 = "sha256-OY+EIiGBTg2aIAmZOnkI8DPZVZYqFZAKnD7ychge1Dw=";
+      sha256 = "0g6l3qc75wiykh59059ajraxjczh11wkm68942d0skl144i893rr";
       includes = [ "scribus/plugins/import/pdf/*" ];
     })
     # fix build with Poppler 0.86
     (fetchpatch {
       url = "https://github.com/scribusproject/scribus/commit/67f8771aaff2f55d61b8246f420e762f4b526944.patch";
-      sha256 = "51z+BYKhbH8a9dFph8X60NGpiogSb+5tOhW2d+m/X9M=";
+      sha256 = "1lszpzlpgdhm79nywvqji25aklfhzb2qfsfiyld7yv51h82zwp77";
     })
   ];