cubiomes-viewer: 3.0.0 -> 3.0.1

This commit is contained in:
R. Ryantm 2023-01-25 18:29:41 +00:00
parent 55e1910252
commit 63d6206439

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "cubiomes-viewer";
version = "3.0.0";
version = "3.0.1";
src = fetchFromGitHub {
owner = "Cubitect";
repo = pname;
rev = version;
sha256 = "sha256-yT8PDmMntnd5meDPJm1rekfDVgmWFSZTNFEH03AKCy0=";
sha256 = "sha256-UPphXaxq/Hnt1U3J+lgwa0lp3vX1B/Ou8eqD9rHe3sw=";
fetchSubmodules = true;
};