epiphany: 44.1 → 44.2

https://gitlab.gnome.org/GNOME/epiphany/-/compare/44.1...44.2
This commit is contained in:
Bobby Rong 2023-04-23 15:39:14 +00:00
parent e78d25df6f
commit 1065acd633
No known key found for this signature in database

View File

@ -36,11 +36,11 @@
stdenv.mkDerivation rec {
pname = "epiphany";
version = "44.1";
version = "44.2";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "u60o/HJzqGa5teXdVoa9BIQww/C+7UwIJgtNCN2P+Fs=";
sha256 = "sfbfFftqYX/t1hmLLcqr1EENJYNECdpRVwndd8/FazM=";
};
nativeBuildInputs = [