Unverified Commit c0be897e authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #311508 from r-ryantm/auto-update/camunda-modeler

camunda-modeler: 5.22.0 -> 5.23.0
parents 56c34050 8e6222a5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";