Skip to content

Commit 128ca56

Browse files
committed
1 parent f4a95e8 commit 128ca56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/applications/graphics/drawio/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
stdenv.mkDerivation rec {
1313
pname = "drawio";
14-
version = "13.4.5";
14+
version = "13.5.1";
1515

1616
src = fetchurl {
1717
url = "https://github.com/jgraph/drawio-desktop/releases/download/v${version}/draw.io-x86_64-${version}.rpm";
18-
sha256 = "1vp5krgj0xzhkiidj658ij6j10d2p97l1nifx0nrqysblcz2km3g";
18+
sha256 = "00ggm867c5005qfm35qf8a94d87ln91irb1ir6012am2k5bn8c8p";
1919
};
2020

2121
nativeBuildInputs = [

0 commit comments

Comments
 (0)