Revert "poppler_data: 0.4.8 -> 0.4.9" (#39524)
This reverts commit 95d1d753dc874faa88a32f3c851afcd8a88cdff7. See discussion in #39742
This commit is contained in:
parent
ae8d6b08fd
commit
b7ad8d667c
@ -1,11 +1,11 @@
|
|||||||
{ fetchurl, stdenv, cmake, ninja }:
|
{ fetchurl, stdenv, cmake, ninja }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "poppler-data-0.4.9";
|
name = "poppler-data-0.4.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://poppler.freedesktop.org/${name}.tar.gz";
|
url = "http://poppler.freedesktop.org/${name}.tar.gz";
|
||||||
sha256 = "04i0wgdkn5lhda8cyxd1ll4a2p41pwqrwd47n9mdpl7cx5ypx70z";
|
sha256 = "0wi8yyynladny51r4q53z7ygh7y491ayp8nqqv6wqqzjc60s35hh";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ninja ];
|
nativeBuildInputs = [ cmake ninja ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user