epiphany: 46.1 → 46.2

https://gitlab.gnome.org/GNOME/epiphany/-/compare/46.1...46.2
This commit is contained in:
Bobby Rong 2024-07-02 13:40:08 +00:00
parent 2413b51652
commit 3f0861beb2
No known key found for this signature in database

View File

@ -36,11 +36,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "epiphany";
version = "46.1";
version = "46.2";
src = fetchurl {
url = "mirror://gnome/sources/epiphany/${lib.versions.major finalAttrs.version}/epiphany-${finalAttrs.version}.tar.xz";
hash = "sha256-Jg+BRp7WR0bCsRQ/Lzi+3NloR3hlZ7CX2fcv072dsUI=";
hash = "sha256-+5Mtp6JOh/HtuQC1uUJRtCs3CAdThkZRwFncbJPLUEk=";
};
nativeBuildInputs = [