Skip to content

Commit

Permalink
drawio: 24.6.1 -> 24.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Jul 3, 2024
1 parent 4974faa commit 93de96d
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 @@ -14,14 +14,14 @@

stdenv.mkDerivation rec {
pname = "drawio";
version = "24.6.1";
version = "24.6.4";

src = fetchFromGitHub {
owner = "jgraph";
repo = "drawio-desktop";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-trBSNE5OBBNq18Dn/IwhHpD3ZQ7C5venwsBtyZxv+2k=";
hash = "sha256-6+a+70uN4Tk4pMXg3DQ3D0GcLNGFQEcPG05xxyUv1DQ=";
};

# `@electron/fuses` tries to run `codesign` and fails. Disable and use autoSignDarwinBinariesHook instead
Expand All @@ -31,7 +31,7 @@ stdenv.mkDerivation rec {

offlineCache = fetchYarnDeps {
yarnLock = src + "/yarn.lock";
hash = "sha256-9Hq08DXEiOK0P+x89Gl3Y2+dN5r7aS7GNrCSVDGMpFs=";
hash = "sha256-R8eCnp/ik3EfsmsVyJfLjyScUVQSm/EdXJesS/eVIX0=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 93de96d

Please sign in to comment.