feishin: 1.2.0 -> 1.3.0

This commit is contained in:
BatteredBunny
2026-01-19 22:13:34 +02:00
parent e93eb9b678
commit f5d574d67e
+2 -2
View File
@@ -16,13 +16,13 @@
}:
let
pname = "feishin";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "jeffvli";
repo = "feishin";
tag = "v${version}";
hash = "sha256-acNUXvmj964pO8h2fsGfex2BeIshExMWe0w/QmtikkM=";
hash = "sha256-loe2hdn4TGCOLI1OQ19/zXikTKijYWtgSeP1gbwxfO0=";
};
electron = electron_39;