3
0
Fork 0
forked from mirrors/nixpkgs

yed: 3.15.0.2 -> 3.16.1

This commit is contained in:
Nikolay Amiantov 2016-08-13 03:01:54 +03:00
parent bd8217a2bc
commit 8f62339911

View file

@ -1,12 +1,13 @@
{ stdenv, fetchurl, requireFile, makeWrapper, unzip, jre }:
stdenv.mkDerivation rec {
name = "yEd-3.15.0.2";
name = "yEd-${version}";
version = "3.16.1";
src = requireFile {
name = "${name}.zip";
url = "https://www.yworks.com/en/products/yfiles/yed/";
sha256 = "c60e4868f267303ee8b6fc2587beb4cc846f32bd8a6a557b77e01f0d8039aa4d";
sha256 = "0h7ykcpvsikjfap51hpcz6z814riiwyps585j2i1yv9dmsbqdi7j";
};
nativeBuildInputs = [ unzip makeWrapper ];