Merge pull request #201320 from hqurve/cubiomes

cubiomes-viewer: 2.5.1 -> 2.6.1
This commit is contained in:
Bobby Rong 2022-11-20 11:22:57 +08:00 committed by GitHub
commit 74ef3faac3
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.5.1";
version = "2.6.1";
src = fetchFromGitHub {
owner = "Cubitect";
repo = pname;
rev = version;
sha256 = "sha256-Ge1dO2I4avblN+3BXY9AXFFmgX4lIwZYUf4IohH1vqc=";
sha256 = "sha256-ZXqe+696dNYTkNidEA+s5QQ7Euu7WOdl0EMLU5pKdOY=";
fetchSubmodules = true;
};