epiphany: 46.2 → 46.3

https://gitlab.gnome.org/GNOME/epiphany/-/compare/46.2...46.3
This commit is contained in:
Bobby Rong 2024-08-06 12:46:47 +00:00
parent cb9a96f23c
commit 177ee60e08
No known key found for this signature in database

View File

@ -36,11 +36,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "epiphany";
version = "46.2";
version = "46.3";
src = fetchurl {
url = "mirror://gnome/sources/epiphany/${lib.versions.major finalAttrs.version}/epiphany-${finalAttrs.version}.tar.xz";
hash = "sha256-+5Mtp6JOh/HtuQC1uUJRtCs3CAdThkZRwFncbJPLUEk=";
hash = "sha256-qeGtIGRJEX/F6+TQF3wdei/1A9a1UBkHKgaP8qsnhlY=";
};
nativeBuildInputs = [