epiphany: 44.3 → 44.5

https://gitlab.gnome.org/GNOME/epiphany/-/compare/44.3...44.5
This commit is contained in:
Bobby Rong 2023-07-01 14:09:53 +00:00
parent 4bc72cae10
commit b89ac122a7
No known key found for this signature in database

View File

@ -36,11 +36,11 @@
stdenv.mkDerivation rec {
pname = "epiphany";
version = "44.3";
version = "44.5";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "9ekEsuUQIQTYt/46YVA0rdeN4DEWSStUy968ooC92Jk=";
sha256 = "PEdeBO0qD0EMtEuWk3VjaXB5GTrJt6UMkUhfubCDFas=";
};
nativeBuildInputs = [