drawio: 11.1.4 -> 11.3.0
Changelogs: https://github.com/jgraph/drawio-desktop/releases/tag/v11.3.0 https://github.com/jgraph/drawio-desktop/releases/tag/v11.3.0 Most salient change: fixes crash after print
This commit is contained in:
parent
f51c0f6671
commit
b7efd50e83
@ -11,11 +11,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "drawio";
|
||||
version = "11.1.4";
|
||||
version = "11.3.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/jgraph/drawio-desktop/releases/download/v${version}/draw.io-x86_64-${version}.rpm";
|
||||
sha256 = "0ca8wkkdr7kbb8il84nq05qgd5ykjq15fdv9432wr5p9xmqixz1q";
|
||||
sha256 = "00xq2pi84nbdnlbsaj4k9i93skz1nknxvhd2f2cgdm0b3sp86qbk";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user