From ba8ffb5d2c35c1447f3cc06e5ae19eade13bd844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Thu, 9 Apr 2020 17:43:54 +0200 Subject: [PATCH] drawio: 12.9.3 -> 12.9.9 Changelog: - Updates to draw.io 12.9.9, changes from, and including, 12.9.4 to 12.9.9 are new in this desktop release. - Updates to Electron 8.2.1 - Fixes opening multiple files from explorer - Fixes file path persistence https://github.com/jgraph/drawio-desktop/releases/tag/v12.9.9 --- pkgs/applications/graphics/drawio/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/graphics/drawio/default.nix b/pkgs/applications/graphics/drawio/default.nix index dcf162771799..aa1ac0f26208 100644 --- a/pkgs/applications/graphics/drawio/default.nix +++ b/pkgs/applications/graphics/drawio/default.nix @@ -11,11 +11,11 @@ stdenv.mkDerivation rec { pname = "drawio"; - version = "12.9.3"; + version = "12.9.9"; src = fetchurl { url = "https://github.com/jgraph/drawio-desktop/releases/download/v${version}/draw.io-x86_64-${version}.rpm"; - sha256 = "1jhw3p5r9dgn7320ca9n6hzyv2x557a8m9mh80vgrccd6i2mgm5i"; + sha256 = "07lx99fd4vkgdhagshzawrh8ncbv19hvxjpzgd3yjdj0nalvmxin"; }; nativeBuildInputs = [