3
0
Fork 0
forked from mirrors/nixpkgs

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

evince: 3.36.5 -> 3.36.6
This commit is contained in:
Maximilian Bosch 2020-07-03 12:42:22 +02:00 committed by GitHub
commit ab06a91423
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,13 +43,13 @@
stdenv.mkDerivation rec {
pname = "evince";
version = "3.36.5";
version = "3.36.6";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/evince/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0z79jl0j9xq9wgwkfr0d1w1qrdy4447y8shs407n5srr0vixc3bg";
sha256 = "1c4ddlx12jm2cq0h0kfqwqncq3d8grvqhvpb29z86z7wqqhrpklm";
};
postPatch = ''