lol

drawio: 22.1.2 -> 22.1.16

https://github.com/jgraph/drawio-desktop/releases/tag/v22.1.16

authored by

nixdrin and committed by
Alyssa Ross
718bd06c 2621dd42

+3 -3
+3 -3
pkgs/applications/graphics/drawio/default.nix
··· 13 13 14 14 stdenv.mkDerivation rec { 15 15 pname = "drawio"; 16 - version = "22.1.2"; 16 + version = "22.1.16"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "jgraph"; 20 20 repo = "drawio-desktop"; 21 21 rev = "v${version}"; 22 22 fetchSubmodules = true; 23 - hash = "sha256-4S4N7vfDwzlNutPfHozy/z0LOAr8q8EepXV4tsy+yAU="; 23 + hash = "sha256-97y6AdU5Pb1zK9m7ny3sd7DCuul3RpYFVR6cLXP8NLA="; 24 24 }; 25 25 26 26 offlineCache = fetchYarnDeps { 27 27 yarnLock = src + "/yarn.lock"; 28 - hash = "sha256-QM7qazr8Iv4gjO7vF5Wj564D/yB+ZWmMGQDtTFytK00="; 28 + hash = "sha256-RXTsGxoRnkpu4fArSMkwDAOsEFCFY2OPjh6uTZCuR/M="; 29 29 }; 30 30 31 31 nativeBuildInputs = [