Loading
+4 −4
Original line number Diff line number Diff line
@@ -55,13 +55,13 @@ let
    domain = "gitlab.freedesktop.org";
    owner = "poppler";
    repo = "test";
    rev = "91ee031c882634c36f2f0f2f14eb6646dd542fb9";
    hash = "sha256-bImTdlhMAA79kwbKPrHN3a9vVrtsgBh3rFjH3B7tEbQ=";
    rev = "c79c6839e859dbee6b73ac260788fa2de8618ba4";
    hash = "sha256-j66AsBUnFpO5athVgQmf4vcyXxYcJ/plJtHg+3vXG4Y=";
  };
in
stdenv.mkDerivation (finalAttrs: {
  pname = "poppler-${suffix}";
  version = "25.05.0"; # beware: updates often break cups-filters build, check scribus too!
  version = "25.07.0"; # beware: updates often break cups-filters build, check scribus too!

  outputs = [
    "out"
@@ -70,7 +70,7 @@ stdenv.mkDerivation (finalAttrs: {

  src = fetchurl {
    url = "https://poppler.freedesktop.org/poppler-${finalAttrs.version}.tar.xz";
    hash = "sha256-mxYnxbdoFqxeQFKgP1tgW6QLRc8GsCyt0EeWILSZqzg=";
    hash = "sha256-xQSpBm29/r43etU87GQf2XHulsTh6Mp05snAPUbYF64=";
  };

  nativeBuildInputs =