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
This commit is contained in:
parent
ef6aeb6475
commit
ba8ffb5d2c
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue