camunda-modeler: 5.22.0 -> 5.23.0

This commit is contained in:
R. Ryantm 2024-05-14 00:19:44 +00:00
parent 80bfa2e774
commit 8e6222a5e1

View File

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