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

cubiomes-viewer: 3.1.0 -> 3.1.1
This commit is contained in:
Weijia Wang
2023-02-10 07:50:19 +01:00
committed by GitHub
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "cubiomes-viewer";
version = "3.1.0";
version = "3.1.1";
src = fetchFromGitHub {
owner = "Cubitect";
repo = pname;
rev = version;
sha256 = "sha256-pA+SWktSjgH7lRqK14yJX2ziLoKpxMCpEIh0H6slpxw=";
sha256 = "sha256-5PtMXipULnzAnarESu2biYOeHSlDeKXoX5XnlpvgIAk=";
fetchSubmodules = true;
};