camunda-modeler: 5.46.1 -> 5.48.0

This commit is contained in:
R. Ryantm
2026-06-11 10:50:04 +00:00
parent edf8e66dd6
commit 699fcdc9a1
+2 -2
View File
@@ -10,11 +10,11 @@
stdenvNoCC.mkDerivation rec {
pname = "camunda-modeler";
version = "5.46.1";
version = "5.48.0";
src = fetchurl {
url = "https://github.com/camunda/camunda-modeler/releases/download/v${version}/camunda-modeler-${version}-linux-x64.tar.gz";
hash = "sha256-uB+EAZgpll81RifNjKp9AkPLupbDLYHG+zFj0atsXRA=";
hash = "sha256-92KWs2mLcKMhM/v3GRkX5CFcRrtPA1viczZVFkAdVLQ=";
};
sourceRoot = "camunda-modeler-${version}-linux-x64";