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

cubiomes-viewer: 3.4.1 -> 3.4.2
This commit is contained in:
Nick Cao 2024-01-04 11:16:02 -05:00 committed by GitHub
commit 36d1a31ec1
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.4.1";
version = "3.4.2";
src = fetchFromGitHub {
owner = "Cubitect";
repo = pname;
rev = version;
sha256 = "sha256-HtwTPY/SJ3dQd5S0GLVjS/xkjo/hk6cQF5aqFx+bPEQ=";
sha256 = "sha256-bZXsCRT2qBq7N3h2C7WQDDoQsJGlz3rDT7OZ0fUGtiI=";
fetchSubmodules = true;
};