yed: 3.18.1.1 -> 3.18.2

This commit is contained in:
Yegor Timoshenko 2018-12-06 01:02:52 +03:00 committed by GitHub
parent 9a75598d98
commit 851a52983b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,15 @@
{ stdenv, requireFile, makeWrapper, unzip, jre }: { stdenv, fetchzip, makeWrapper, unzip, jre }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "yEd-${version}"; name = "yEd-${version}";
version = "3.18.1.1"; version = "3.18.2";
src = requireFile { src = fetchzip {
name = "${name}.zip"; url = "https://www.yworks.com/resources/yed/demo/${name}.zip";
url = "https://www.yworks.com/en/products/yfiles/yed/"; sha256 = "1csj19j9mfx4jfc949sz672h8lnfj217nn32d54cxj8llks82ycy";
sha256 = "0jl0c18jkmy21ka5xgki8dqq2v8cy63qvmx3x01wrhiplmczn97y";
}; };
nativeBuildInputs = [ unzip makeWrapper ]; nativeBuildInputs = [ makeWrapper unzip ];
installPhase = '' installPhase = ''
mkdir -p $out/yed mkdir -p $out/yed