Skip to content

Commit

Permalink
feishin: use electron_31
Browse files Browse the repository at this point in the history
As originally mentioned in NixOS#331868, feishin now [1] depends on Electron v31,
which was not packaged at the time (NixOS#325428).
It has since been fixed (by NixOS#333907).

[1]: https://github.com/jeffvli/feishin/blob/f2beeef/package.json#L234
  • Loading branch information
jlbribeiro authored and greg-hellings committed Aug 23, 2024
1 parent b421363 commit 7a75a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/fe/feishin/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
stdenv,
buildNpmPackage,
fetchFromGitHub,
electron_30,
electron_31,
darwin,
copyDesktopItems,
makeDesktopItem,
Expand All @@ -20,7 +20,7 @@ let
hash = "sha256-UOY0wjWGK7sal/qQbbkHjFUIA49QtbO+Ei6hSTOyHWk=";
};

electron = electron_30;
electron = electron_31;
in
buildNpmPackage {
inherit pname version;
Expand Down

0 comments on commit 7a75a93

Please sign in to comment.