yEd: update
This commit is contained in:
parent
da26c13df5
commit
c7a0925ac2
@ -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 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user