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 4 , ninja 5 5 , gettext 6 6 , fetchurl 7 - , fetchpatch2 8 7 , pkg-config 9 8 , gtk4 10 9 , glib ··· 37 36 38 37 stdenv.mkDerivation rec { 39 38 pname = "epiphany"; 40 - version = "44.rc"; 39 + version = "44.0"; 41 40 42 41 src = fetchurl { 43 42 url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz"; 44 - sha256 = "33X7U1yAQbzvhNZSWGfVEjw58MaIUDxGBhTNs3Tp+Sk="; 43 + sha256 = "qr3J3oDECQc2duAOFbqXGHcV5LhLx3b+htuG0PgUC7E="; 45 44 }; 46 45 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 46 nativeBuildInputs = [ 56 47 desktop-file-utils 57 48 gettext ··· 97 88 # Tests need an X display 98 89 mesonFlags = [ 99 90 "-Dunit_tests=disabled" 100 - ] ++ lib.optionals (!withPantheon) [ 101 - "-Dgranite=disabled" 91 + ] ++ lib.optionals withPantheon [ 92 + "-Dgranite=enabled" 102 93 ]; 103 94 104 95 passthru = {