Skip to content

Commit

Permalink
feishin: 1.12.1 -> 1.12.2 (#377468)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilylange authored Jan 30, 2025
2 parents 823a058 + ca840a0 commit 66ce283
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/by-name/fe/feishin/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,30 @@
stdenv,
buildNpmPackage,
fetchFromGitHub,
electron_31,
electron_33,
darwin,
copyDesktopItems,
makeDesktopItem,
...
}:
let
pname = "feishin";
version = "0.12.1";
version = "0.12.2";

src = fetchFromGitHub {
owner = "jeffvli";
repo = "feishin";
rev = "v${version}";
hash = "sha256-UpNtRZhAqRq/sRVkgg/RbLUWNXvHkAyGhu29zWE6Lk0=";
hash = "sha256-2kWeUlOTAd1Usw/cLOARyLqxEzZRk27RuHjLwupnq80=";
};

electron = electron_31;
electron = electron_33;
in
buildNpmPackage {
inherit pname version;

inherit src;
npmDepsHash = "sha256-0YfydhQZgxjMvZYosuS+rGA+9qzSYTLilQqMqlnR1oQ=";
npmDepsHash = "sha256-KZsxKDAQ7UTnEemr6S9rqKtqPeTvqrhfxURSGTKkMMM=";

npmFlags = [ "--legacy-peer-deps" ];
makeCacheWritable = true;
Expand Down Expand Up @@ -60,7 +60,7 @@ buildNpmPackage {
inherit version;

src = "${src}/release/app";
npmDepsHash = "sha256-KZ4TDf9Nz1/dPWAN/gI3tq0gvzI4BvSR3fawte2n9u0=";
npmDepsHash = "sha256-98P2dNmWcp8Hc8Xe43LM3dtxye7myhp1bHucKoKEcjI=";

npmFlags = [ "--ignore-scripts" ];
dontNpmBuild = true;
Expand Down

0 comments on commit 66ce283

Please sign in to comment.