Skip to content

Commit

Permalink
camunda-modeler: 5.17.0 -> 5.18.0 (NixOS#273963)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored Dec 14, 2023
1 parent 226be8a commit 6f6435d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/camunda-modeler/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

stdenvNoCC.mkDerivation rec {
pname = "camunda-modeler";
version = "5.17.0";
version = "5.18.0";

src = fetchurl {
url = "https://github.com/camunda/camunda-modeler/releases/download/v${version}/camunda-modeler-${version}-linux-x64.tar.gz";
hash = "sha256-yxph3Aor5nZOhu2PY4MGcfScaz9w24JXqXbhT+QKlNI=";
hash = "sha256-f7XYcFleEe1f6Uh6mOqfakzfWzOiQtBPhowTJUZU1MU=";
};
sourceRoot = "camunda-modeler-${version}-linux-x64";

Expand Down

0 comments on commit 6f6435d

Please sign in to comment.