enlightenment.enlightenment: 0.25.3 -> 0.25.4

This commit is contained in:
José Romildo 2022-09-15 17:37:53 -03:00
parent f375168b0c
commit 2b98185b44

View file

@ -1,4 +1,5 @@
{ lib, stdenv
{ lib
, stdenv
, fetchurl
, meson
, ninja
@ -21,11 +22,11 @@
stdenv.mkDerivation rec {
pname = "enlightenment";
version = "0.25.3";
version = "0.25.4";
src = fetchurl {
url = "http://download.enlightenment.org/rel/apps/${pname}/${pname}-${version}.tar.xz";
sha256 = "1xngwixp0cckfq3jhrdmmk6zj67125amr7g6xwc6l89pnpmlkz9p";
sha256 = "sha256-VttdIGuCG5qIMdJucT5BCscLIlWm9D/N98Ae794jt6I=";
};
nativeBuildInputs = [