feishin: 1.10.0 -> 1.11.0

This commit is contained in:
BatteredBunny
2026-04-07 18:52:04 +03:00
parent b63e805ce6
commit 0e8ed6fc0c
+2 -2
View File
@@ -16,13 +16,13 @@
}:
let
pname = "feishin";
version = "1.10.0";
version = "1.11.0";
src = fetchFromGitHub {
owner = "jeffvli";
repo = "feishin";
tag = "v${version}";
hash = "sha256-pQCcj0YBytmDQnOxWpErU8xApE0hGQA39G5XivR82Co=";
hash = "sha256-TSjgjNHhPSZ4k7zZTH5e3FCkl6d7B/2w2WCt0S5OW0g=";
};
electron = electron_39;