e16: 1.0.30 -> 1.0.31

This commit is contained in:
R. Ryantm
2025-08-17 03:27:59 +00:00
parent 09906cab24
commit cc4935fd3e
+2 -2
View File
@@ -23,11 +23,11 @@
stdenv.mkDerivation rec {
pname = "e16";
version = "1.0.30";
version = "1.0.31";
src = fetchurl {
url = "mirror://sourceforge/enlightenment/e16-${version}.tar.xz";
hash = "sha256-JKBmBgC5cN4XO03r0NR78Ly9tpI733/sUEPL0GLU5B0=";
hash = "sha256-ZQTsIy/BiO/xUiCu+bc2n406F0unAinxyYLjVRfUSiQ=";
};
nativeBuildInputs = [