blockbench: 4.10.0 -> 4.10.1

This commit is contained in:
TomaSajt 2024-05-20 18:35:48 +02:00
parent 9f7053ffc1
commit c6f0e677af
No known key found for this signature in database
GPG Key ID: F011163C050122A1

View File

@ -14,13 +14,13 @@ let
in
buildNpmPackage rec {
pname = "blockbench";
version = "4.10.0";
version = "4.10.1";
src = fetchFromGitHub {
owner = "JannisX11";
repo = "blockbench";
rev = "v${version}";
hash = "sha256-pycRC+ZpN2P5Z66/aGA4gykLF7IwdeToRadaJSA1L9w=";
hash = "sha256-LuWxjBsOBo6tSlSGaDWrNYcTerIpU+rw3r+zN6gtYb0=";
};
nativeBuildInputs = [