e16: 1.0.28 -> 1.0.29

This commit is contained in:
R. Ryantm 2023-11-17 16:24:15 +00:00
parent 2927cc8924
commit bca51e3599

View file

@ -21,11 +21,11 @@
stdenv.mkDerivation rec {
pname = "e16";
version = "1.0.28";
version = "1.0.29";
src = fetchurl {
url = "mirror://sourceforge/enlightenment/e16-${version}.tar.xz";
hash = "sha256-k3W2IoBc75DNQ2QSjChsC/yVRO/aZT3E31Tl/njgH30=";
hash = "sha256-LvLiw6+hduAl8dNBTtBwqvgKBRwojBUd5tNm1hZl5Hs=";
};
nativeBuildInputs = [