cubiomes-viewer: 4.0.1 -> 4.1.0

This commit is contained in:
R. Ryantm 2024-10-08 00:45:52 +00:00
parent 8ab1d552b8
commit 68af0e8150

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "cubiomes-viewer";
version = "4.0.1";
version = "4.1.0";
src = fetchFromGitHub {
owner = "Cubitect";
repo = pname;
rev = version;
hash = "sha256-UUvNSTM98r8D/Q+/pPTXwGzW4Sl1qhgem4WsFRfybuo=";
hash = "sha256-ORTFddzVGKXpy5V6zXJgCnwLwn/8cWKklpcoHkc6u34=";
fetchSubmodules = true;
};