camunda-modeler: 5.28.0 -> 5.30.0

This commit is contained in:
R. Ryantm
2024-12-01 11:59:37 +00:00
parent 2c27ab2e60
commit a9a7bdf4d6
+2 -2
View File
@@ -9,11 +9,11 @@
stdenvNoCC.mkDerivation rec {
pname = "camunda-modeler";
version = "5.28.0";
version = "5.30.0";
src = fetchurl {
url = "https://github.com/camunda/camunda-modeler/releases/download/v${version}/camunda-modeler-${version}-linux-x64.tar.gz";
hash = "sha256-0xOgnpHoFxBzDoDGI7bcBFRu47HDYASIu4ApQo288Bo=";
hash = "sha256-zv4gry/PcudNDSUNmnhB1nrGoKI1D3pswoXpHqouQAw=";
};
sourceRoot = "camunda-modeler-${version}-linux-x64";