We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f21e790 + e121b9a commit 2138f6cCopy full SHA for 2138f6c
pkgs/by-name/ca/camunda-modeler/package.nix
@@ -10,11 +10,11 @@
10
11
stdenvNoCC.mkDerivation rec {
12
pname = "camunda-modeler";
13
- version = "5.30.0";
+ version = "5.32.0";
14
15
src = fetchurl {
16
url = "https://github.com/camunda/camunda-modeler/releases/download/v${version}/camunda-modeler-${version}-linux-x64.tar.gz";
17
- hash = "sha256-zv4gry/PcudNDSUNmnhB1nrGoKI1D3pswoXpHqouQAw=";
+ hash = "sha256-JOJrRvrf3Kz+ObDfyYYSAVfovQ15ZcpNPMHXJ+grZvA=";
18
};
19
sourceRoot = "camunda-modeler-${version}-linux-x64";
20
0 commit comments