Skip to content

Commit

Permalink
feishin: 0.9.0 -> 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbribeiro committed Sep 29, 2024
1 parent 0410580 commit 52e47d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/fe/feishin/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
}:
let
pname = "feishin";
version = "0.9.0";
version = "0.10.0";

src = fetchFromGitHub {
owner = "jeffvli";
repo = "feishin";
rev = "v${version}";
hash = "sha256-3gQ39GhYPme0kGAtM5DsG9RYwf23OAdkp3uVt7c1SQU=";
hash = "sha256-sC+lenMd0Z+pBDwaGiWP2cZQuO/b80lHEMmgNkHOF6Q=";
};

electron = electron_31;
Expand All @@ -26,7 +26,7 @@ buildNpmPackage {
inherit pname version;

inherit src;
npmDepsHash = "sha256-u+zbPB6u9EYVr9oHnLlKC0AyCLn4nq4TFVPSs2oWsbo=";
npmDepsHash = "sha256-gO1s2MIwO2t2O3RKjIO7S5LwZVfj1fHL3iq7CM5bRR8=";

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

src = "${src}/release/app";
npmDepsHash = "sha256-3qUmXRiAloGgLAErR16+BGEUT0ZwHHhCxMDQRCENQB4=";
npmDepsHash = "sha256-dVpZTFqlPusVUuyXp5MQXOYtrvOYbhq7V2zuidOF7nI=";

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

0 comments on commit 52e47d1

Please sign in to comment.