camunda-modeler: 5.42.0 -> 5.43.0 (#478348)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-09 12:11:45 +00:00
committed by GitHub
+2 -2
View File
@@ -10,11 +10,11 @@
stdenvNoCC.mkDerivation rec {
pname = "camunda-modeler";
version = "5.42.0";
version = "5.43.0";
src = fetchurl {
url = "https://github.com/camunda/camunda-modeler/releases/download/v${version}/camunda-modeler-${version}-linux-x64.tar.gz";
hash = "sha256-6P3b9qcYOfKzJCsDc5K09fKklu/9jFYwoeLMbC8JR64=";
hash = "sha256-NR1UXnIU0Wf2WeiagqijEXz9qUShFbM1umenFFETOJI=";
};
sourceRoot = "camunda-modeler-${version}-linux-x64";