Skip to content

Commit

Permalink
feishin: 0.12.0 -> 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbribeiro committed Nov 28, 2024
1 parent 6ce5063 commit cb20f06
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.12.0";
version = "0.12.1";

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

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

inherit src;
npmDepsHash = "sha256-+UQjcqIkdQMtV9MeqWpwe36eYoRiZ4KKDzUydNs6Bqc=";
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-rsxBvbQz3gSzT2REWm0GcUF+fRk4z+NTTcHSITIByic=";
npmDepsHash = "sha256-KZ4TDf9Nz1/dPWAN/gI3tq0gvzI4BvSR3fawte2n9u0=";

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

0 comments on commit cb20f06

Please sign in to comment.