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

cubiomes-viewer: 3.2.1 -> 3.3.0
This commit is contained in:
Weijia Wang 2023-05-27 16:47:07 +03:00 committed by GitHub
commit 772f180cf0
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 = "3.2.1";
version = "3.3.0";
src = fetchFromGitHub {
owner = "Cubitect";
repo = pname;
rev = version;
sha256 = "sha256-67augXXZsriXdndrCFUFWZbL+rVKgTPAyqlbZua2Ul4=";
sha256 = "sha256-V6zPbL1/tP2B38wo4a05+vXCSjPE1YKpMR3zl/BbnY8=";
fetchSubmodules = true;
};