Skip to content

Commit

Permalink
[Backport release-24.11] feishin: 0.11.1 -> 0.12.1 (#377946)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilylange authored Jan 30, 2025
2 parents 1e12dd1 + 471330e commit af853ce
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.11.1";
version = "0.12.1";

src = fetchFromGitHub {
owner = "jeffvli";
repo = "feishin";
rev = "v${version}";
hash = "sha256-fHaNluLes25P/mSTSYFt97pC6uKYuBI/3PUHc84zoWg=";
hash = "sha256-UpNtRZhAqRq/sRVkgg/RbLUWNXvHkAyGhu29zWE6Lk0=";
};

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

inherit src;
npmDepsHash = "sha256-8xFB47PJpa+3U+Xy+DEdWoW3/f+naFKtLQsDDVgUccA=";
npmDepsHash = "sha256-0YfydhQZgxjMvZYosuS+rGA+9qzSYTLilQqMqlnR1oQ=";

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

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

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

0 comments on commit af853ce

Please sign in to comment.