blockbench: 5.0.4 -> 5.0.6 (#473542)

This commit is contained in:
Toma
2025-12-24 00:14:12 +00:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
buildNpmPackage rec {
pname = "blockbench";
version = "5.0.4";
version = "5.0.6";
src = fetchFromGitHub {
owner = "JannisX11";
repo = "blockbench";
tag = "v${version}";
hash = "sha256-f7+/OXdQEyN9XSkVRDRVUUdNGGEgyu3e/Y2oS7De96Y=";
hash = "sha256-AQAyxNVt8PCDCU/jViYY3IlPdNiesgx5kT9W7yrNJ4I=";
};
nativeBuildInputs = [