Skip to content

Commit

Permalink
feishin: 0.10.0 -> 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbribeiro committed Oct 1, 2024
1 parent 4cf117d commit 23eb0dd
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.10.0";
version = "0.10.1";

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

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

inherit src;
npmDepsHash = "sha256-gO1s2MIwO2t2O3RKjIO7S5LwZVfj1fHL3iq7CM5bRR8=";
npmDepsHash = "sha256-3fY0NCswRTnpDDsr1fDK9YZm8TUKCIMJ1+yw38dj0M8=";

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

src = "${src}/release/app";
npmDepsHash = "sha256-dVpZTFqlPusVUuyXp5MQXOYtrvOYbhq7V2zuidOF7nI=";
npmDepsHash = "sha256-YkLT69QU7WMGRe95rfZ8TmnfIdWwtpWaqGY+wU48veQ=";

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

0 comments on commit 23eb0dd

Please sign in to comment.