camunda-modeler: 5.44.0 -> 5.45.0 (#496918)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-05 20:59:58 +00:00
committed by GitHub
+2 -2
View File
@@ -10,11 +10,11 @@
stdenvNoCC.mkDerivation rec {
pname = "camunda-modeler";
version = "5.44.0";
version = "5.45.0";
src = fetchurl {
url = "https://github.com/camunda/camunda-modeler/releases/download/v${version}/camunda-modeler-${version}-linux-x64.tar.gz";
hash = "sha256-Jzf2D3oXFpGimftyZxSbDgexZs4932Nzd8vCDdrWYXs=";
hash = "sha256-5hYMRFdMXlnhHzwbj8Hy48WJBf7L5UUhZUfKSlr06Z0=";
};
sourceRoot = "camunda-modeler-${version}-linux-x64";