epiphany: 44.5 → 44.6

https://gitlab.gnome.org/GNOME/epiphany/-/compare/44.5...44.6
This commit is contained in:
Bobby Rong 2023-07-30 12:47:47 +00:00
parent d7f26a8484
commit d02bcaf5f1
No known key found for this signature in database

View file

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