yEd: update

This commit is contained in:
Nikolay Amiantov 2015-03-29 04:56:42 +03:00
parent da26c13df5
commit c7a0925ac2

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, makeWrapper, unzip, jre }: { stdenv, fetchurl, makeWrapper, unzip, jre }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "yEd-3.14"; name = "yEd-3.14.1";
src = fetchurl { src = fetchurl {
url = "http://www.yworks.com/products/yed/demo/${name}.zip"; url = "http://www.yworks.com/products/yed/demo/${name}.zip";
sha256 = "147bb081b063abee202a0019597ac960273454046afb29ebbe91e62102dd0471"; sha256 = "09zik3pjs5x0vc0jvndm762blk85y44lxac3vdfqqbinwd9gfnm2";
}; };
nativeBuildInputs = [ unzip makeWrapper ]; nativeBuildInputs = [ unzip makeWrapper ];