epiphany: 47.1 → 47.2

https://gitlab.gnome.org/GNOME/epiphany/-/compare/47.1...47.2
This commit is contained in:
Bobby Rong
2024-11-01 21:26:46 +08:00
parent 3fd360cd72
commit af56ed7d7d
+2 -2
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 = [