camunda-modeler: 5.37.0 -> 5.38.0

This commit is contained in:
R. Ryantm
2025-08-06 14:55:53 +00:00
parent 1fc1fb2700
commit 8b91afdb78
+2 -2
View File
@@ -10,11 +10,11 @@
stdenvNoCC.mkDerivation rec {
pname = "camunda-modeler";
version = "5.37.0";
version = "5.38.0";
src = fetchurl {
url = "https://github.com/camunda/camunda-modeler/releases/download/v${version}/camunda-modeler-${version}-linux-x64.tar.gz";
hash = "sha256-YcMe+YBxNYZ9bQzdixckbN5qrCqtaplWCw88i9GAcSA=";
hash = "sha256-KiRAsRzIeUc8akizH6zgKCyG55vrYhfWGw572etGgWg=";
};
sourceRoot = "camunda-modeler-${version}-linux-x64";