mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
poppler: 21.06.1 → 22.01.0
- https://lists.freedesktop.org/archives/poppler/2021-July/014803.html - https://lists.freedesktop.org/archives/poppler/2021-August/014836.html - https://lists.freedesktop.org/archives/poppler/2021-September/014870.html - https://lists.freedesktop.org/archives/poppler/2021-October/014910.html - https://lists.freedesktop.org/archives/poppler/2021-November/014954.html - https://lists.freedesktop.org/archives/poppler/2021-December/014991.html - https://lists.freedesktop.org/archives/poppler/2022-January/015023.html c++17 is now minimum
This commit is contained in:
parent
c07b471b52
commit
8e7c58dc44
@ -34,13 +34,13 @@ let
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "poppler-${suffix}";
|
||||
version = "21.06.1"; # beware: updates often break cups-filters build, check texlive and scribusUnstable too!
|
||||
version = "22.01.0"; # beware: updates often break cups-filters build, check texlive and scribusUnstable too!
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://poppler.freedesktop.org/poppler-${version}.tar.xz";
|
||||
sha256 = "sha256-hrCeWgLeQAgaORbvhxHFEo6vSx/FnV+H0Oxm8E9ZXbQ=";
|
||||
sha256 = "sha256-fTSTBWtbhkE+XGk8LK4CxcBs2OYY0UwsMeLIS2eyMT4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user