Skip to content

Commit

Permalink
epiphany: 3.20.3 -> 3.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Oct 27, 2016
1 parent 354811f commit 3e18f4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pkgs/desktops/gnome-3/3.20/core/epiphany/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ stdenv, intltool, fetchurl, pkgconfig, gtk3, glib, nspr, icu
, bash, wrapGAppsHook, gnome3, libwnck3, libxml2, libxslt, libtool
, webkitgtk, libsoup, glib_networking, libsecret, gnome_desktop, libnotify, p11_kit
, webkitgtk214x, libsoup, glib_networking, libsecret, gnome_desktop, libnotify, p11_kit
, sqlite, gcr, avahi, nss, isocodes, itstool, file, which
, gdk_pixbuf, librsvg, gnome_common }:

Expand All @@ -14,8 +14,8 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [ pkgconfig file wrapGAppsHook ];

buildInputs = [ gtk3 glib intltool libwnck3 libxml2 libxslt pkgconfig file
webkitgtk libsoup libsecret gnome_desktop libnotify libtool
buildInputs = [ gtk3 glib intltool libwnck3 libxml2 libxslt pkgconfig file
webkitgtk214x libsoup libsecret gnome_desktop libnotify libtool
sqlite isocodes nss itstool p11_kit nspr icu gnome3.yelp_tools
gdk_pixbuf gnome3.defaultIconTheme librsvg which gnome_common
gcr avahi gnome3.gsettings_desktop_schemas gnome3.dconf
Expand Down
6 changes: 3 additions & 3 deletions pkgs/desktops/gnome-3/3.20/core/epiphany/src.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Autogenerated by maintainers/scripts/gnome.sh update

fetchurl: {
name = "epiphany-3.20.3";
name = "epiphany-3.20.4";

src = fetchurl {
url = mirror://gnome/sources/epiphany/3.20/epiphany-3.20.3.tar.xz;
sha256 = "4d9de1bdb44c14adf25aa6dc02ea3de60925cff5eb01fe89545e6032c9b424a2";
url = mirror://gnome/sources/epiphany/3.20/epiphany-3.20.4.tar.xz;
sha256 = "051av2xcg7ii2y273vqmdkzanygws9qsaq7ks0070y06d4rhl6xy";
};
}

0 comments on commit 3e18f4b

Please sign in to comment.