camunda-modeler: 5.21.0 -> 5.22.0

This commit is contained in:
R. Ryantm 2024-04-11 01:31:47 +00:00
parent c81c241415
commit b094c83dd3
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@
stdenvNoCC.mkDerivation rec {
pname = "camunda-modeler";
version = "5.21.0";
version = "5.22.0";
src = fetchurl {
url = "https://github.com/camunda/camunda-modeler/releases/download/v${version}/camunda-modeler-${version}-linux-x64.tar.gz";
hash = "sha256-brZRYvRrOHj/HUb+w5tPkxHnJzVyFBKshk2ZO7YMzsU=";
hash = "sha256-WLJMF+G7pP7OZh6xDrO/JpNV9iX/9XBmi5kRPp3TJBI=";
};
sourceRoot = "camunda-modeler-${version}-linux-x64";