feishin: 1.2.0 -> 1.3.0; feishin: add update script (#481699)

This commit is contained in:
isabel
2026-01-19 20:37:46 +00:00
committed by GitHub
+5 -2
View File
@@ -12,16 +12,17 @@
darwin,
copyDesktopItems,
makeDesktopItem,
nix-update-script,
}:
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;
@@ -147,6 +148,8 @@ buildNpmPackage {
})
];
passthru.updateScript = nix-update-script { };
meta = {
description = "Full-featured Jellyfin, Navidrome, and OpenSubsonic Compatible Music Player";
homepage = "https://github.com/jeffvli/feishin";