camunda-modeler: 5.26.0 -> 5.28.0

This commit is contained in:
R. Ryantm 2024-10-21 04:51:48 +00:00
parent 13bb3040ae
commit 4575253c0c

View File

@ -9,11 +9,11 @@
stdenvNoCC.mkDerivation rec {
pname = "camunda-modeler";
version = "5.26.0";
version = "5.28.0";
src = fetchurl {
url = "https://github.com/camunda/camunda-modeler/releases/download/v${version}/camunda-modeler-${version}-linux-x64.tar.gz";
hash = "sha256-jtTlqVsd+EGBkh05O+fRn6e6Q+Gw68uGruQqaTfsolM=";
hash = "sha256-0xOgnpHoFxBzDoDGI7bcBFRu47HDYASIu4ApQo288Bo=";
};
sourceRoot = "camunda-modeler-${version}-linux-x64";