Skip to content

Commit 2138f6c

Browse files
authored
camunda-modeler: 5.30.0 -> 5.32.0 (#372366)
2 parents f21e790 + e121b9a commit 2138f6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ca/camunda-modeler/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
stdenvNoCC.mkDerivation rec {
1212
pname = "camunda-modeler";
13-
version = "5.30.0";
13+
version = "5.32.0";
1414

1515
src = fetchurl {
1616
url = "https://github.com/camunda/camunda-modeler/releases/download/v${version}/camunda-modeler-${version}-linux-x64.tar.gz";
17-
hash = "sha256-zv4gry/PcudNDSUNmnhB1nrGoKI1D3pswoXpHqouQAw=";
17+
hash = "sha256-JOJrRvrf3Kz+ObDfyYYSAVfovQ15ZcpNPMHXJ+grZvA=";
1818
};
1919
sourceRoot = "camunda-modeler-${version}-linux-x64";
2020

0 commit comments

Comments
 (0)