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

feishin: fix darwin build

authored by zowoq and committed by GitHub cdd302c8 aa04c098

+3 -1
+3 -1
pkgs/applications/audio/feishin/darwin.nix
··· 1 1 { stdenv 2 2 , lib 3 + , meta 3 4 , fetchurl 5 + , unzip 4 6 , mpv 5 7 , electron_24 6 8 , makeDesktopItem ··· 14 16 inherit pname version; 15 17 16 18 src = fetchurl { 17 - url = "https://github.com/jeffvli/feishin/releases/download/v${version}/${appname}-${version}-mac-x64.zip" 19 + url = "https://github.com/jeffvli/feishin/releases/download/v${version}/${appname}-${version}-mac-x64.zip"; 18 20 hash = "sha256-WzU/Yd3cNMIpmkKWC29mQlviYXiYV5k8+80iyzilPGc="; 19 21 }; 20 22