Merge pull request #313175 from TomaSajt/blockbench

blockbench: 4.10.0 -> 4.10.1
This commit is contained in:
Pol Dellaiera
2024-05-21 07:38:01 +02:00
committed by GitHub
+2 -2
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 = [