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: 9eb00b9a71ad
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cc3d5f46e340
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 4, 2020

  1. poppler_data: 0.4.9 -> 0.4.10

    r-ryantm authored and jtojnar committed Nov 4, 2020
    Copy the full SHA
    cc3d5f4 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/data/misc/poppler-data/default.nix
4 changes: 2 additions & 2 deletions pkgs/data/misc/poppler-data/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ fetchurl, stdenv, cmake, ninja }:

stdenv.mkDerivation rec {
name = "poppler-data-0.4.9";
name = "poppler-data-0.4.10";

src = fetchurl {
url = "https://poppler.freedesktop.org/${name}.tar.gz";
sha256 = "04i0wgdkn5lhda8cyxd1ll4a2p41pwqrwd47n9mdpl7cx5ypx70z";
sha256 = "0c3vjs3p7rjc4yfacnhd865r27czmzwcr4j2z4jldi68dvvcwbvf";
};

nativeBuildInputs = [ cmake ninja ];