Unverified Commit 6d6b377f authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

camunda-modeler: 5.45.0 -> 5.46.0 (#509604)

parents 9a6cd706 84171d1e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,11 +10,11 @@

stdenvNoCC.mkDerivation rec {
  pname = "camunda-modeler";
  version = "5.45.0";
  version = "5.46.0";

  src = fetchurl {
    url = "https://github.com/camunda/camunda-modeler/releases/download/v${version}/camunda-modeler-${version}-linux-x64.tar.gz";
    hash = "sha256-5hYMRFdMXlnhHzwbj8Hy48WJBf7L5UUhZUfKSlr06Z0=";
    hash = "sha256-uDZYy+Lkvc5YdIdn84l8QbNPcU5EQzOqTTdTezgCudw=";
  };
  sourceRoot = "camunda-modeler-${version}-linux-x64";