yed: 3.17.2 -> 3.18.1 (#44088)

This commit is contained in:
ua74e3dqka 2018-07-30 12:43:24 +02:00 committed by Jörg Thalheim
parent b59a13e9b4
commit 8f12a9a283

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "yEd-${version}";
version = "3.17.2";
version = "3.18.1";
src = requireFile {
name = "${name}.zip";
url = "https://www.yworks.com/en/products/yfiles/yed/";
sha256 = "0wpfvd3jqxgjk3xqkamvlg7rk0w0pmrv7srjfqns447ccc3i7qg2";
sha256 = "6aefd87cd925b4a4c86871a3772de243b4e520a86f82158189ae8c19a9a5ecf8";
};
nativeBuildInputs = [ unzip makeWrapper ];