mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
penpot-desktop: 0.13.0 -> 0.13.1
This commit is contained in:
parent
c328e3ee9e
commit
cc97f27d66
1 changed files with 3 additions and 3 deletions
|
@ -19,13 +19,13 @@ let
|
||||||
in
|
in
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "penpot-desktop";
|
pname = "penpot-desktop";
|
||||||
version = "0.13.0";
|
version = "0.13.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "author-more";
|
owner = "author-more";
|
||||||
repo = "penpot-desktop";
|
repo = "penpot-desktop";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-ZN0SoPvzZlCGrWOfYw/ain+3+IWLwl6mKLhhArf4MIg=";
|
hash = "sha256-ztvwabsy7PiT8m0+DDehvwV8oclJCb1BymEpkjTPtZ8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
makeCacheWritable = true;
|
makeCacheWritable = true;
|
||||||
|
@ -33,7 +33,7 @@ buildNpmPackage rec {
|
||||||
"--engine-strict"
|
"--engine-strict"
|
||||||
"--legacy-peer-deps"
|
"--legacy-peer-deps"
|
||||||
];
|
];
|
||||||
npmDepsHash = "sha256-wJpcgSp9V0GJm8I+3LgFwo2Nq/Hu5qW24peKBwNvzMo=";
|
npmDepsHash = "sha256-aRdqq0tMuNXkSy/NYdwir+LfwAr466dLi2b4vO/yjdg=";
|
||||||
# Do not run the default build script as it leads to errors caused by the electron-builder configuration
|
# Do not run the default build script as it leads to errors caused by the electron-builder configuration
|
||||||
dontNpmBuild = true;
|
dontNpmBuild = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue