mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
camunda-modeler: 5.18.0 -> 5.19.0 (#282648)
This commit is contained in:
parent
654ff63f87
commit
f8e2ebd66d
@ -9,11 +9,11 @@
|
|||||||
|
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "camunda-modeler";
|
pname = "camunda-modeler";
|
||||||
version = "5.18.0";
|
version = "5.19.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/camunda/camunda-modeler/releases/download/v${version}/camunda-modeler-${version}-linux-x64.tar.gz";
|
url = "https://github.com/camunda/camunda-modeler/releases/download/v${version}/camunda-modeler-${version}-linux-x64.tar.gz";
|
||||||
hash = "sha256-f7XYcFleEe1f6Uh6mOqfakzfWzOiQtBPhowTJUZU1MU=";
|
hash = "sha256-EKtdja55KFF394sHIh1C/cXxdjedBPbmHzicDVrbXCA=";
|
||||||
};
|
};
|
||||||
sourceRoot = "camunda-modeler-${version}-linux-x64";
|
sourceRoot = "camunda-modeler-${version}-linux-x64";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user