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:
Jan Tojnar
2025-11-03 10:50:06 +01:00
co-authored by Bobby Rong
parent de70a1a6bc
commit fb80948798
+6 -2
View File
@@ -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