e16: 1.0.25 -> 1.0.26

This commit is contained in:
R. Ryantm 2022-10-24 12:16:46 +00:00
parent cb8f9021fe
commit fc3e693680

View File

@ -21,11 +21,11 @@
stdenv.mkDerivation rec {
pname = "e16";
version = "1.0.25";
version = "1.0.26";
src = fetchurl {
url = "mirror://sourceforge/enlightenment/e16-${version}.tar.xz";
hash = "sha256-rUtDaBa4vvC3gO7QSkFrphWuVOmbtkH+pRujQDaUOek=";
hash = "sha256-1FJFE4z8UT5VYv0Ef9pqi5sYq8iIbrDPKaqcUFf9dwE=";
};
nativeBuildInputs = [