Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20a331a714c0
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c977964530ff
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 11, 2019

  1. poppler_utils: 0.73.0 -> 0.74.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/poppler-utils/versions
    r-ryantm committed Mar 11, 2019
    Copy the full SHA
    310ff41 View commit details

Commits on Mar 28, 2019

  1. Merge pull request #57372 from r-ryantm/auto-update/poppler-utils

    poppler_utils: 0.73.0 -> 0.74.0
    infinisil authored Mar 28, 2019
    Copy the full SHA
    c977964 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/poppler/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/poppler/default.nix
Original file line number Diff line number Diff line change
@@ -8,15 +8,15 @@
}:

let # beware: updates often break cups-filters build
version = "0.73.0";
version = "0.74.0";
mkFlag = optset: flag: "-DENABLE_${flag}=${if optset then "on" else "off"}";
in
stdenv.mkDerivation rec {
name = "poppler-${suffix}-${version}";

src = fetchurl {
url = "${meta.homepage}/poppler-${version}.tar.xz";
sha256 = "00yv7011y40jc5iw9b7zjyg8ij5wsfbjm32kli5qha1ij11majz4";
sha256 = "0bvb0yq9zsl2b811j4l4x0vf8g5lgmqbndkb2hvgsrr5639rzq4j";
};

outputs = [ "out" "dev" ];