Skip to content

Commit

Permalink
feishin: 0.5.1 -> 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Feb 12, 2024
1 parent 6ebb5c2 commit b488ed9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/applications/audio/feishin/default.nix
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{ lib
, buildNpmPackage
, fetchFromGitHub
, electron_25
, electron_27
}:

let
electron = electron_25;
electron = electron_27;
in buildNpmPackage rec {
pname = "feishin";
version = "0.5.1";
version = "0.5.3";

src = fetchFromGitHub {
owner = "jeffvli";
repo = "feishin";
rev = "refs/tags/v${version}";
hash = "sha256-7L1KufMiwqWgTvv7E1bDNL+epvNb5iLXI4Gee8w17qs=";
hash = "sha256-yzaWOucz1lPWFlknPc8g74LfX/pFFQ2JRYSgauNGMRQ=";
};

npmDepsHash = "sha256-TuNkVhNNOB23QnMXiGBWhDI0JXWnWdfI9MLvMq5xzJ8=";
npmDepsHash = "sha256-Fa59nwkkMHp9GNY8piAz3usNU4lhTzwonlmowFf5qqY=";

postPatch = ''
substituteInPlace package.json \
Expand Down

0 comments on commit b488ed9

Please sign in to comment.