gnome3.evince: 3.38.2 → 40.1

This commit is contained in:
Jan Tojnar 2021-03-21 00:32:10 +00:00
parent 6a0bd28074
commit 0ed59166be
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -19,6 +19,7 @@
, djvulibre
, libspectre
, libarchive
, libhandy
, libsecret
, wrapGAppsHook
, librsvg
@ -43,13 +44,13 @@
stdenv.mkDerivation rec {
pname = "evince";
version = "3.38.2";
version = "40.1";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/evince/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "J9QZ1f7WMF4HRijtz94MtzT//aIF1jysMjORwEkDvZQ=";
url = "mirror://gnome/sources/evince/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "0bfg7prmjk3z8irx1nfkkqph3igg3cy4pwd7pcxjxbshqdin6rks";
};
postPatch = ''
@ -86,6 +87,7 @@ stdenv.mkDerivation rec {
gspell
gtk3
libarchive
libhandy
librsvg
libsecret
libspectre