Unverified Commit 729e835a authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

penpot-desktop: 0.11.0 -> 0.12.0 (#396872)

parents b7c785bb 433b2776
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  buildNpmPackage,
  copyDesktopItems,
  electron,
  electron_35,
  fetchFromGitHub,
  jq,
  makeDesktopItem,
@@ -15,16 +15,17 @@ let
  description = "Unofficial desktop application for the open-source design tool, Penpot";
  icon = "penpot";
  nodejs = nodejs_22;
  electron = electron_35;
in
buildNpmPackage rec {
  pname = "penpot-desktop";
  version = "0.11.0";
  version = "0.12.0";

  src = fetchFromGitHub {
    owner = "author-more";
    repo = "penpot-desktop";
    tag = "v${version}";
    hash = "sha256-33LAhR0L7pAnS27dz5DuqgfUllyAFA9JVZRmrHoajE4=";
    hash = "sha256-ga37rZ70Xfll3y58uKC4d57NJOxQzQZZps/j/baxkPk=";
  };

  makeCacheWritable = true;
@@ -32,7 +33,7 @@ buildNpmPackage rec {
    "--engine-strict"
    "--legacy-peer-deps"
  ];
  npmDepsHash = "sha256-BR51Oi9Ffxy7d0fBkSQ6Iz/PVi+ghIaLqzm3Loq6aDo=";
  npmDepsHash = "sha256-E8b/L5g+Xt/N3ddOPgm7xkbb5jQtL5ceFtJW6DQN4nA=";
  # Do not run the default build script as it leads to errors caused by the electron-builder configuration
  dontNpmBuild = true;