factoriolab: fix changelog url and update (#517719)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-13 16:50:29 +00:00
committed by GitHub
+3 -3
View File
@@ -10,13 +10,13 @@
}:
buildNpmPackage rec {
pname = "factoriolab";
version = "3.19.2";
version = "3.20.0";
src = fetchFromGitHub {
owner = "factoriolab";
repo = "factoriolab";
tag = "v${version}";
hash = "sha256-DjNsn3PVGf+36m+k2j9NMQTqhPj8HF6V8wqaQKUB4Ho=";
hash = "sha256-GQNDYURKJFeuXM2k99xk/5cRCoQglAUlDBS7V/NkC7s=";
fetchLFS = true;
};
buildInputs = [ vips ];
@@ -49,7 +49,7 @@ buildNpmPackage rec {
meta = {
homepage = "https://github.com/factoriolab/factoriolab";
changelog = "https://github.com/factoriolab/factoriolab/releases/tag/${version}";
changelog = "https://github.com/factoriolab/factoriolab/releases/tag/v${version}";
description = "Angular-based calculator for factory games like Factorio and Dyson Sphere Program";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ patrickdag ];