camunda-modeler: 5.43.1 -> 5.44.0

This commit is contained in:
R. Ryantm
2026-02-10 20:53:22 +00:00
parent afdd275196
commit e4333d7bbf
+2 -2
View File
@@ -10,11 +10,11 @@
stdenvNoCC.mkDerivation rec {
pname = "camunda-modeler";
version = "5.43.1";
version = "5.44.0";
src = fetchurl {
url = "https://github.com/camunda/camunda-modeler/releases/download/v${version}/camunda-modeler-${version}-linux-x64.tar.gz";
hash = "sha256-ruYpMFL/7UK4AF7Zp4OhopClfUqEuWPIMA+cM3PJ9FI=";
hash = "sha256-Jzf2D3oXFpGimftyZxSbDgexZs4932Nzd8vCDdrWYXs=";
};
sourceRoot = "camunda-modeler-${version}-linux-x64";