camunda-modeler: 5.25.0 -> 5.26.0

This commit is contained in:
R. Ryantm 2024-08-13 00:24:32 +00:00
parent 78f1673b19
commit 9730629907

View File

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