camunda-modeler: 5.36.1 -> 5.37.0 (#421904)

This commit is contained in:
Wolfgang Walther
2025-07-10 11:43:09 +00:00
committed by GitHub
+2 -2
View File
@@ -10,11 +10,11 @@
stdenvNoCC.mkDerivation rec {
pname = "camunda-modeler";
version = "5.36.1";
version = "5.37.0";
src = fetchurl {
url = "https://github.com/camunda/camunda-modeler/releases/download/v${version}/camunda-modeler-${version}-linux-x64.tar.gz";
hash = "sha256-m/g1QsllShsykCIxnW9szAtZvXd59lnfSmDJX7GEHho=";
hash = "sha256-YcMe+YBxNYZ9bQzdixckbN5qrCqtaplWCw88i9GAcSA=";
};
sourceRoot = "camunda-modeler-${version}-linux-x64";