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

cubiomes-viewer: 3.4.2 -> 4.0.1
This commit is contained in:
Weijia Wang 2024-03-07 11:08:51 +01:00 committed by GitHub
commit e46ceeaab0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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