Update feishin to 0.20.1

This commit is contained in:
Fern Garden 2025-09-12 15:36:36 +08:00
parent 1fa3ece203
commit b50b94da62

View file

@ -44,18 +44,18 @@ in {
feishin = pkgs-pr-feishin.feishin.overrideAttrs (prevAttrs: rec { feishin = pkgs-pr-feishin.feishin.overrideAttrs (prevAttrs: rec {
pname = "feishin"; pname = "feishin";
version = "0.18.0"; version = "0.20.1";
src = prev.fetchFromGitHub { src = prev.fetchFromGitHub {
owner = "jeffvli"; owner = "jeffvli";
repo = "feishin"; repo = "feishin";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-4gcS7Vd7LSpEByO2Hlk6nb8V2adBPh5XwWGCu2lwOA4="; hash = "sha256-WJMaLMrv6LSw/wxn7EZOSYqwAlgW3UkeYvxV4vEkCfM=";
}; };
pnpmDeps = prev.pnpm_10.fetchDeps { pnpmDeps = prev.pnpm_10.fetchDeps {
inherit pname version src; inherit pname version src;
hash = "sha256-1MGxrUcfvazxAubaYAsQuulUKm05opWOIC7oaLzjr7o="; hash = "sha256-toVWebJoh2PB4mWTulEs1iVrzEtnWtbBd6Ga2uTxU8k=";
}; };
}); });