Merge pull request #185908 from r-ryantm/auto-update/cubiomes-viewer

cubiomes-viewer: 2.2.2 -> 2.3.3
This commit is contained in:
Jonas Heinrich 2022-08-23 18:55:28 +02:00 committed by GitHub
commit 2834230f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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