mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
feishin: 0.7.3 -> 0.8.0 (#339399)
This commit is contained in:
commit
473bffa247
|
@ -11,13 +11,13 @@
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
pname = "feishin";
|
pname = "feishin";
|
||||||
version = "0.7.3";
|
version = "0.8.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jeffvli";
|
owner = "jeffvli";
|
||||||
repo = "feishin";
|
repo = "feishin";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-UOY0wjWGK7sal/qQbbkHjFUIA49QtbO+Ei6hSTOyHWk=";
|
hash = "sha256-KaZA7ZAeN6f1PWMeUl0Z4Xl/S/uD2vLPHM5uM+dIbko=";
|
||||||
};
|
};
|
||||||
|
|
||||||
electron = electron_31;
|
electron = electron_31;
|
||||||
|
@ -26,7 +26,7 @@ buildNpmPackage {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
|
||||||
inherit src;
|
inherit src;
|
||||||
npmDepsHash = "sha256-FLo8FCpxvh2Iqd3pkpgwRZ4f2viX4iET64VAuXN362g=";
|
npmDepsHash = "sha256-1BG4U6x+e204KdrIh0S/rrdj/3wh2iuuWQgFXLjO3iw=";
|
||||||
|
|
||||||
npmFlags = [ "--legacy-peer-deps" ];
|
npmFlags = [ "--legacy-peer-deps" ];
|
||||||
makeCacheWritable = true;
|
makeCacheWritable = true;
|
||||||
|
@ -60,7 +60,7 @@ buildNpmPackage {
|
||||||
inherit version;
|
inherit version;
|
||||||
|
|
||||||
src = "${src}/release/app";
|
src = "${src}/release/app";
|
||||||
npmDepsHash = "sha256-fQV2yqyNZCjeNUekBaXUsND2lIZYYz07YQ6TGoFxT9Q=";
|
npmDepsHash = "sha256-//K8jiO3nEHs08l9eMDW2HnZBeBgxBMai2omoCI7wQw=";
|
||||||
|
|
||||||
npmFlags = [ "--ignore-scripts" ];
|
npmFlags = [ "--ignore-scripts" ];
|
||||||
dontNpmBuild = true;
|
dontNpmBuild = true;
|
||||||
|
|
Loading…
Reference in a new issue