blockbench: 4.11.1 -> 4.11.2 (#357384)

This commit is contained in:
Donovan Glover 2024-11-20 20:29:37 +00:00 committed by GitHub
commit 47f800bf1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
buildNpmPackage rec {
pname = "blockbench";
version = "4.11.1";
version = "4.11.2";
src = fetchFromGitHub {
owner = "JannisX11";
repo = "blockbench";
rev = "v${version}";
hash = "sha256-a+55seE5tFxTmdTn4qDFWWW6C6FzO8Vgjvfow/tBqf0=";
rev = "refs/tags/v${version}";
hash = "sha256-rUMzn+3j+RL8DY8euS6a4MmdoIAVLXxXu9wvKNmK/TU=";
};
nativeBuildInputs =
@ -93,7 +93,7 @@ buildNpmPackage rec {
];
meta = {
changelog = "https://github.com/JannisX11/blockbench/releases/tag/${src.rev}";
changelog = "https://github.com/JannisX11/blockbench/releases/tag/v${version}";
description = "Low-poly 3D modeling and animation software";
homepage = "https://blockbench.net/";
license = lib.licenses.gpl3Only;