cubiomes-viewer: 2.3.3 -> 2.4.1

This commit is contained in:
R. Ryantm 2022-09-15 15:33:23 +00:00 committed by Bobby Rong
parent 8407d056ca
commit 0ede411efe

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "cubiomes-viewer";
version = "2.3.3";
version = "2.4.1";
src = fetchFromGitHub {
owner = "Cubitect";
repo = pname;
rev = version;
sha256 = "sha256-QNNKfL2pLdOqbjd6t7SLaLcHmyEmmB7vFvj1g6FSTBo=";
sha256 = "sha256-vneX3Wo1DUK1WIwBP3nMUDV26EN2A7XIqMcTZQ4UI4A=";
fetchSubmodules = true;
};