irrlichtmt: 1.9.0mt7 -> 1.9.0mt8

This commit is contained in:
Francesco Gazzetta 2022-09-27 09:46:46 +02:00
parent 2a48d59211
commit 7a84b04ced

View File

@ -15,13 +15,13 @@
}:
stdenv.mkDerivation rec {
pname = "irrlichtmt";
version = "1.9.0mt7";
version = "1.9.0mt8";
src = fetchFromGitHub {
owner = "minetest";
repo = "irrlicht";
rev = version;
sha256 = "sha256-Eu7zW3mXl7GPRmLnKjt/dPoZ64HPYulI7MO1dJfj+10=";
sha256 = "sha256-bwpALhBk16KugYqKuN57M3t5Ba7rdyrYWn/iBoi8hpg=";
};
nativeBuildInputs = [