feishin: 1.4.2 -> 1.5.0

This commit is contained in:
dbeley
2026-02-12 01:34:56 +01:00
parent 2af23d5f78
commit aed3508c98
+2 -2
View File
@@ -16,13 +16,13 @@
}:
let
pname = "feishin";
version = "1.4.2";
version = "1.5.0";
src = fetchFromGitHub {
owner = "jeffvli";
repo = "feishin";
tag = "v${version}";
hash = "sha256-eXa4LD3lH82wKP9mMe2HK9pGm6lGfVxrOpaut+lOgNM=";
hash = "sha256-fDGKHe7f2bdxCc88rG9+WDFFCROVtbq5gsoHNLIjuzg=";
};
electron = electron_39;