epiphany: 47.1 → 47.2

https://gitlab.gnome.org/GNOME/epiphany/-/compare/47.1...47.2
This commit is contained in:
Bobby Rong 2024-10-31 12:26:18 +00:00
parent 3fd360cd72
commit af56ed7d7d
No known key found for this signature in database

View File

@ -36,11 +36,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "epiphany";
version = "47.1";
version = "47.2";
src = fetchurl {
url = "mirror://gnome/sources/epiphany/${lib.versions.major finalAttrs.version}/epiphany-${finalAttrs.version}.tar.xz";
hash = "sha256-ZC/XIEX26bGPCcPvFt92LZt4FhGauyLt1dgu9ofGoAQ=";
hash = "sha256-NNr9g2OgmLRNR24umCO0y+puZq+tM7uhDtehP/GpZPE=";
};
nativeBuildInputs = [