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

authored by Peder Bergebakken Sundt and committed by GitHub 729e835a b7c785bb

+5 -4
+5 -4
pkgs/by-name/pe/penpot-desktop/package.nix
··· 2 lib, 3 buildNpmPackage, 4 copyDesktopItems, 5 - electron, 6 fetchFromGitHub, 7 jq, 8 makeDesktopItem, ··· 15 description = "Unofficial desktop application for the open-source design tool, Penpot"; 16 icon = "penpot"; 17 nodejs = nodejs_22; 18 in 19 buildNpmPackage rec { 20 pname = "penpot-desktop"; 21 - version = "0.11.0"; 22 23 src = fetchFromGitHub { 24 owner = "author-more"; 25 repo = "penpot-desktop"; 26 tag = "v${version}"; 27 - hash = "sha256-33LAhR0L7pAnS27dz5DuqgfUllyAFA9JVZRmrHoajE4="; 28 }; 29 30 makeCacheWritable = true; ··· 32 "--engine-strict" 33 "--legacy-peer-deps" 34 ]; 35 - npmDepsHash = "sha256-BR51Oi9Ffxy7d0fBkSQ6Iz/PVi+ghIaLqzm3Loq6aDo="; 36 # Do not run the default build script as it leads to errors caused by the electron-builder configuration 37 dontNpmBuild = true; 38
··· 2 lib, 3 buildNpmPackage, 4 copyDesktopItems, 5 + electron_35, 6 fetchFromGitHub, 7 jq, 8 makeDesktopItem, ··· 15 description = "Unofficial desktop application for the open-source design tool, Penpot"; 16 icon = "penpot"; 17 nodejs = nodejs_22; 18 + electron = electron_35; 19 in 20 buildNpmPackage rec { 21 pname = "penpot-desktop"; 22 + version = "0.12.0"; 23 24 src = fetchFromGitHub { 25 owner = "author-more"; 26 repo = "penpot-desktop"; 27 tag = "v${version}"; 28 + hash = "sha256-ga37rZ70Xfll3y58uKC4d57NJOxQzQZZps/j/baxkPk="; 29 }; 30 31 makeCacheWritable = true; ··· 33 "--engine-strict" 34 "--legacy-peer-deps" 35 ]; 36 + npmDepsHash = "sha256-E8b/L5g+Xt/N3ddOPgm7xkbb5jQtL5ceFtJW6DQN4nA="; 37 # Do not run the default build script as it leads to errors caused by the electron-builder configuration 38 dontNpmBuild = true; 39