camunda-modeler: 5.28.0 -> 5.30.0 (#360772)

This commit is contained in:
Wolfgang Walther
2024-12-08 14:10:56 +01:00
committed by GitHub
+2 -2
View File
@@ -9,11 +9,11 @@
stdenvNoCC.mkDerivation rec {
pname = "camunda-modeler";
version = "5.28.0";
version = "5.30.0";
src = fetchurl {
url = "https://github.com/camunda/camunda-modeler/releases/download/v${version}/camunda-modeler-${version}-linux-x64.tar.gz";
hash = "sha256-0xOgnpHoFxBzDoDGI7bcBFRu47HDYASIu4ApQo288Bo=";
hash = "sha256-zv4gry/PcudNDSUNmnhB1nrGoKI1D3pswoXpHqouQAw=";
};
sourceRoot = "camunda-modeler-${version}-linux-x64";