feishin: fix darwin build

I think it still needs to be modified to actually work with darwin.
This commit is contained in:
natsukium 2023-07-29 22:08:14 +09:00
parent 52858df957
commit e571bb68fd
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53

View file

@ -1,6 +1,8 @@
{ stdenv
, lib
, meta
, fetchurl
, unzip
, mpv
, electron_24
, makeDesktopItem
@ -14,7 +16,7 @@ stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/jeffvli/feishin/releases/download/v${version}/${appname}-${version}-mac-x64.zip"
url = "https://github.com/jeffvli/feishin/releases/download/v${version}/${appname}-${version}-mac-x64.zip";
hash = "sha256-WzU/Yd3cNMIpmkKWC29mQlviYXiYV5k8+80iyzilPGc=";
};