Skip to content

Commit

Permalink
Merge pull request #264030 from DarkOnion0/drawio
Browse files Browse the repository at this point in the history
drawio: 22.0.2 -> 22.0.3
  • Loading branch information
wegank authored Oct 28, 2023
2 parents 32ad2f6 + 9ae3af6 commit fac16fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/graphics/drawio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@

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

src = fetchFromGitHub {
owner = "jgraph";
repo = "drawio-desktop";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-L+tbNCokVoiS2KkaPVBjG7H/8cqz1e8dlXC5H8BkPvU=";
hash = "sha256-Im0T+1jm1IZT3UILsOJ4Rp5P5IiBUKcJJ+cqv3WsqXw=";
};

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

nativeBuildInputs = [
Expand Down

0 comments on commit fac16fb

Please sign in to comment.