Merge pull request #191386 from romildo/upd.enlightenment

This commit is contained in:
Sandro
2022-09-17 16:28:53 +02:00
committed by GitHub
@@ -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 = [