mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 17:17:52 +00:00
epiphany: 45.3 → 46.0
https://gitlab.gnome.org/GNOME/epiphany/-/compare/45.3...46.0 Remove Safe Browsing support4cfb37b4a6
Add PKCS11 (smartcard) supportd1f428e9bd
Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
parent
4bc50c47f5
commit
a461a0f722
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user