epiphany: 48.5 → 49.rc
https://gitlab.gnome.org/GNOME/epiphany/-/compare/48.5...49.rc Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com> Co-authored-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
blueprint-compiler,
|
||||
meson,
|
||||
ninja,
|
||||
gettext,
|
||||
@@ -25,6 +26,7 @@
|
||||
gcr_4,
|
||||
isocodes,
|
||||
desktop-file-utils,
|
||||
docutils,
|
||||
nettle,
|
||||
gdk-pixbuf,
|
||||
gst_all_1,
|
||||
@@ -37,15 +39,17 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "epiphany";
|
||||
version = "48.5";
|
||||
version = "49.rc";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/epiphany/${lib.versions.major finalAttrs.version}/epiphany-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-D2ZVKtZZPHlSo93uW/UVZWyMQ0hxB22fGpGnr5NGsbQ=";
|
||||
hash = "sha256-TnUAK4bqFGaYEBvIYgTIrSivMZ5jOKwV4m/1wznx5JQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
blueprint-compiler
|
||||
desktop-file-utils
|
||||
docutils # for rst2man
|
||||
gettext
|
||||
itstool
|
||||
meson
|
||||
|
||||
Reference in New Issue
Block a user