Commit 5310b5cd authored by DarkOnion0's avatar DarkOnion0 Committed by Alyssa Ross
Browse files
parent ffab8d1a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,19 +13,19 @@

stdenv.mkDerivation rec {
  pname = "drawio";
  version = "22.0.3";
  version = "22.1.2";

  src = fetchFromGitHub {
    owner = "jgraph";
    repo = "drawio-desktop";
    rev = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-Im0T+1jm1IZT3UILsOJ4Rp5P5IiBUKcJJ+cqv3WsqXw=";
    hash = "sha256-4S4N7vfDwzlNutPfHozy/z0LOAr8q8EepXV4tsy+yAU=";
  };

  offlineCache = fetchYarnDeps {
    yarnLock = src + "/yarn.lock";
    hash = "sha256-Abyu/WoNOPAIfRIThG7vKFECW9NQMgcBAkLgEPwdJDQ=";
    hash = "sha256-QM7qazr8Iv4gjO7vF5Wj564D/yB+ZWmMGQDtTFytK00=";
  };

  nativeBuildInputs = [