about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-05-18 08:57:25 +0200
committerGitHub <noreply@github.com>2024-05-18 08:57:25 +0200
commitc0be897e6f842889a784412f8db244572bb47422 (patch)
tree250f6930a6f785f6602d3afefd285878416d24be
parent56c3405069f91ee485acfd53fbbd720a866fb539 (diff)
parent8e6222a5e156adf3aabb7d046d25168be7bbfeae (diff)
Merge pull request #311508 from r-ryantm/auto-update/camunda-modeler
camunda-modeler: 5.22.0 -> 5.23.0
-rw-r--r--pkgs/applications/misc/camunda-modeler/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/camunda-modeler/default.nix b/pkgs/applications/misc/camunda-modeler/default.nix
index d0065910e9065..ce23411258420 100644
--- a/pkgs/applications/misc/camunda-modeler/default.nix
+++ b/pkgs/applications/misc/camunda-modeler/default.nix
@@ -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";