blockbench: 4.11.1 -> 4.11.2

This commit is contained in:
TomaSajt 2024-11-19 21:45:37 +01:00
parent 799661e935
commit e9cdb0d29b
No known key found for this signature in database
GPG Key ID: F011163C050122A1

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;