mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
zathura: 0.3.4 -> 0.3.5
to fix issues with the new mupdf
This commit is contained in:
parent
1ba3d1a591
commit
8c5898347d
@ -2,7 +2,7 @@
|
||||
, pkgconfig, zathura_core, cairo , gtk-mac-integration, girara, mupdf }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.3.4";
|
||||
version = "0.3.5";
|
||||
pname = "zathura-pdf-mupdf";
|
||||
|
||||
# pwmt.org server was down at the time of last update
|
||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "pwmt";
|
||||
repo = "zathura-pdf-mupdf";
|
||||
rev = version;
|
||||
sha256 = "1m4w4jrybpjmx6pi33a5saxzmfd8rrym2k13jpd1fv543s17d9dy";
|
||||
sha256 = "0wb46hllykbi30ir69s8s23mihivqn13mgfdzawbsn2a21p8y4zl";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ meson ninja pkgconfig ];
|
||||
|
Loading…
Reference in New Issue
Block a user