feishin: 1.8.0 -> 1.9.0 (#500450)

This commit is contained in:
isabel
2026-03-16 21:36:14 +00:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
}:
let
pname = "feishin";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "jeffvli";
repo = "feishin";
tag = "v${version}";
hash = "sha256-sd6j3gPtNFN1hMiOMIiTICNH8mYJvO9FSXPqUFotis8=";
hash = "sha256-LcSe7aEtTDs4JIk50zI0IFgN4ZCSJ6NClfk02uO2Sg8=";
};
electron = electron_39;