Skip to content

Commit

Permalink
pdfium-binaries: 6721 -> 6858
Browse files Browse the repository at this point in the history
  • Loading branch information
aucub committed Nov 28, 2024
1 parent aa912db commit 430f805
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/by-name/pd/pdfium-binaries/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
stdenv,
}:
let
version = "6721";
version = "6858";
src =
let
inherit (stdenv.hostPlatform) system;
Expand All @@ -16,10 +16,10 @@ let
aarch64-darwin = "mac-arm64";
};
hash = selectSystem {
x86_64-linux = "sha256-SHCYdw3X8Uy9CgT8SN90FKdPKIk6VZFjIb6NYfOgoCo=";
aarch64-linux = "sha256-RqyzxQ2RnBuoFBAxJVC8x/XDpJJWdJ45dJXV/Yzh7pM=";
x86_64-darwin = "sha256-7XuBlG2pUtSN5kdcTTLbijEHHX5IU5kTj1aW8ZHHS2M=";
aarch64-darwin = "sha256-ZNsQkay8ZF2RQ6dKJ24GawIthjFgB5TUa08LNKpZv1A=";
x86_64-linux = "sha256-8DrWkttbpt3DvGmtAlFpL+OJAjRAp4oBcX7njKv8cn8=";
aarch64-linux = "sha256-7VMvnLayxFh8BvH3A6B+MpWDAQwg1CMpDaQJJ5WGxfo=";
x86_64-darwin = "sha256-YO1id+aKx9G8zqVzW0bwRtB4hMr797MAwCWh349ClzU=";
aarch64-darwin = "sha256-c+QZTFa1iIMhmccGhzULHpgJyD+QAcJzhphyYTCp0LU=";
};
in
fetchzip {
Expand Down

0 comments on commit 430f805

Please sign in to comment.