Merge pull request #130600 from r-ryantm/auto-update/evince

evince: 40.2 -> 40.4
This commit is contained in:
Maximilian Bosch 2021-07-19 08:20:49 +02:00 committed by GitHub
commit bd2a1b19f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,13 +44,13 @@
stdenv.mkDerivation rec {
pname = "evince";
version = "40.2";
version = "40.4";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/evince/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "D/fseTdqipesTNJ00y6ATH4jbvLS1dP2Rt5uuIKmPHc=";
sha256 = "M0IFAODgYPF4pDUGMZfULa57Z+OcxDepZRCjPd9+lfs=";
};
postPatch = ''