epiphany: 45.1 → 45.2

https://gitlab.gnome.org/GNOME/epiphany/-/compare/45.1...45.2
This commit is contained in:
Bobby Rong 2024-01-06 14:34:09 +00:00
parent e061219911
commit 32eaad55ff
No known key found for this signature in database

View file

@ -36,11 +36,11 @@
stdenv.mkDerivation rec {
pname = "epiphany";
version = "45.1";
version = "45.2";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "fJlO807NYOkV3jMe4SPAiTj5YjzvrabVC5njycWtgTU=";
sha256 = "eccUYL/+/M715nvj+1/KZXhT6CFstiY5nSuVDOAyDdw=";
};
nativeBuildInputs = [