Merge pull request #246043 from natsukium/feishin/fix-darwin

feishin: fix darwin build
This commit is contained in:
zowoq
2023-07-30 15:07:55 +10:00
committed by GitHub
+3 -1
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=";
};