epiphany: 45.3 → 46.0

https://gitlab.gnome.org/GNOME/epiphany/-/compare/45.3...46.0

Remove Safe Browsing support
4cfb37b4a6

Add PKCS11 (smartcard) support
d1f428e9bd

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Bobby Rong 2024-02-13 11:25:25 +00:00 committed by Maxine Aubrey
parent 4bc50c47f5
commit a461a0f722
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -36,11 +36,11 @@
stdenv.mkDerivation rec {
pname = "epiphany";
version = "45.3";
version = "46.0";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "bDAum91mKQyw4m9ihDzUxDWklVq9u08VHwfcgEldZzA=";
hash = "sha256-9DSPLPUcB8DBBtEwFy1NI/LNQGh3Hh3gB7dYyireVmA=";
};
nativeBuildInputs = [