yEd: 3.17.1 -> 3.17.2
This commit is contained in:
parent
a0d3ee9fce
commit
e2f6d9f34d
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "yEd-${version}";
|
name = "yEd-${version}";
|
||||||
version = "3.17.1";
|
version = "3.17.2";
|
||||||
|
|
||||||
src = requireFile {
|
src = requireFile {
|
||||||
name = "${name}.zip";
|
name = "${name}.zip";
|
||||||
url = "https://www.yworks.com/en/products/yfiles/yed/";
|
url = "https://www.yworks.com/en/products/yfiles/yed/";
|
||||||
sha256 = "0fk1gai7yghfmfvx1rfzdnpwihbq6hqzncyk6zkpqdrf6zz576nl";
|
sha256 = "0wpfvd3jqxgjk3xqkamvlg7rk0w0pmrv7srjfqns447ccc3i7qg2";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ unzip makeWrapper ];
|
nativeBuildInputs = [ unzip makeWrapper ];
|
||||||
|
|
Loading…
Reference in New Issue