minetest: 5.6.0 -> 5.6.1

This commit is contained in:
Francesco Gazzetta 2022-09-27 09:47:21 +02:00
parent 7a84b04ced
commit aee300a6b5

View file

@ -127,9 +127,9 @@ let
};
v5 = {
version = "5.6.0";
sha256 = "sha256-wcbYcVHs4L0etOwUBjKvzsmZtnpOxpFgLV8nx3UfJQI=";
dataSha256 = "sha256-TVaDHYstFEuT0nBExwLE1PtM1CZh71t9CRxC9rEYTd4=";
version = "5.6.1";
sha256 = "sha256-1mUmtM09jqJhD2RcLCAjaI+JkqP52QYH3KLkY5MZ860=";
dataSha256 = "sha256-Ye8MihrOqjSoy+vNr/CM/C/sNXdexe08dxrmoMxsG/A=";
};
mkClient = version: generic (version // { buildClient = true; buildServer = false; });