epiphany: 44.rc → 44.0

https://gitlab.gnome.org/GNOME/epiphany/-/compare/44.rc...44.0

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>

+4 -13
+4 -13
pkgs/desktops/gnome/core/epiphany/default.nix
··· 4 , ninja 5 , gettext 6 , fetchurl 7 - , fetchpatch2 8 , pkg-config 9 , gtk4 10 , glib ··· 37 38 stdenv.mkDerivation rec { 39 pname = "epiphany"; 40 - version = "44.rc"; 41 42 src = fetchurl { 43 url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz"; 44 - sha256 = "33X7U1yAQbzvhNZSWGfVEjw58MaIUDxGBhTNs3Tp+Sk="; 45 }; 46 47 - patches = [ 48 - # Fix compatibility with WebkitGTk 2.39.91 49 - (fetchpatch2 { 50 - url = "https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1295.patch"; 51 - hash = "sha256-xlgGaAzMYgwSty992EKWK5emkyZxyLoCw/HI+Uz74go="; 52 - }) 53 - ]; 54 - 55 nativeBuildInputs = [ 56 desktop-file-utils 57 gettext ··· 97 # Tests need an X display 98 mesonFlags = [ 99 "-Dunit_tests=disabled" 100 - ] ++ lib.optionals (!withPantheon) [ 101 - "-Dgranite=disabled" 102 ]; 103 104 passthru = {
··· 4 , ninja 5 , gettext 6 , fetchurl 7 , pkg-config 8 , gtk4 9 , glib ··· 36 37 stdenv.mkDerivation rec { 38 pname = "epiphany"; 39 + version = "44.0"; 40 41 src = fetchurl { 42 url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz"; 43 + sha256 = "qr3J3oDECQc2duAOFbqXGHcV5LhLx3b+htuG0PgUC7E="; 44 }; 45 46 nativeBuildInputs = [ 47 desktop-file-utils 48 gettext ··· 88 # Tests need an X display 89 mesonFlags = [ 90 "-Dunit_tests=disabled" 91 + ] ++ lib.optionals withPantheon [ 92 + "-Dgranite=enabled" 93 ]; 94 95 passthru = {