From 1491d4f268421d64667dd136e4064a0550fc1bff Mon Sep 17 00:00:00 2001 From: Orivej Desh Date: Sat, 22 Sep 2018 15:02:54 +0000 Subject: [PATCH] yed: 3.18.1 -> 3.18.1.1 --- pkgs/applications/graphics/yed/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/graphics/yed/default.nix b/pkgs/applications/graphics/yed/default.nix index a7cc7229d5b1..9100efc86394 100644 --- a/pkgs/applications/graphics/yed/default.nix +++ b/pkgs/applications/graphics/yed/default.nix @@ -2,12 +2,12 @@ stdenv.mkDerivation rec { name = "yEd-${version}"; - version = "3.18.1"; + version = "3.18.1.1"; src = requireFile { name = "${name}.zip"; url = "https://www.yworks.com/en/products/yfiles/yed/"; - sha256 = "6aefd87cd925b4a4c86871a3772de243b4e520a86f82158189ae8c19a9a5ecf8"; + sha256 = "0jl0c18jkmy21ka5xgki8dqq2v8cy63qvmx3x01wrhiplmczn97y"; }; nativeBuildInputs = [ unzip makeWrapper ];