enlightenment.enlightenment: 0.25.4 -> 0.26.0

This commit is contained in:
José Romildo 2023-12-25 17:00:13 -03:00
parent da490f0a16
commit 674019e9ba

View File

@ -22,11 +22,11 @@
stdenv.mkDerivation rec {
pname = "enlightenment";
version = "0.25.4";
version = "0.26.0";
src = fetchurl {
url = "https://download.enlightenment.org/rel/apps/${pname}/${pname}-${version}.tar.xz";
sha256 = "sha256-VttdIGuCG5qIMdJucT5BCscLIlWm9D/N98Ae794jt6I=";
sha256 = "sha256-EbbvBnG+X+rWiL9VTDCiocaDSTrRDF/jEV/7RlVCToQ=";
};
nativeBuildInputs = [