camunda-modeler: 5.36.1 -> 5.37.0

This commit is contained in:
R. Ryantm 2025-07-02 20:31:54 +00:00
parent 51e8f407be
commit 60041ec697

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";