feishin: 0.12.2 -> 0.12.3

Diff: https://github.com/jeffvli/feishin/compare/v0.12.2...v0.12.3
Changelog: https://github.com/jeffvli/feishin/releases/tag/v0.12.3
(cherry picked from commit 54b39e8354)
This commit is contained in:
José Ribeiro
2025-03-11 05:42:41 +00:00
committed by Yaya
parent 0444d38428
commit 62b2ffce00

View File

@@ -11,13 +11,13 @@
}:
let
pname = "feishin";
version = "0.12.2";
version = "0.12.3";
src = fetchFromGitHub {
owner = "jeffvli";
repo = "feishin";
rev = "v${version}";
hash = "sha256-2kWeUlOTAd1Usw/cLOARyLqxEzZRk27RuHjLwupnq80=";
hash = "sha256-Tjh68b+41YrMNB14AZ3jXqBXDOmaaOYQKXJOyTUF474=";
};
electron = electron_33;