Bumping mono to 5.4.1.6 (#45516)

authored by Guillaume Loetscher and committed by xeji 86b51e40 058ab4cd

+3 -3
+3 -3
pkgs/servers/emby/default.nix
··· 1 - { stdenv, fetchurl, pkgs, unzip, sqlite, makeWrapper, mono46, ffmpeg, ... }: 2 3 stdenv.mkDerivation rec { 4 name = "emby-${version}"; ··· 14 makeWrapper 15 ]; 16 propagatedBuildInputs = with pkgs; [ 17 - mono46 18 sqlite 19 ]; 20 ··· 30 mkdir -p $out/bin 31 cp -r * $out/bin 32 33 - makeWrapper "${mono46}/bin/mono" $out/bin/MediaBrowser.Server.Mono \ 34 --add-flags "$out/bin/MediaBrowser.Server.Mono.exe -ffmpeg ${ffmpeg}/bin/ffmpeg -ffprobe ${ffmpeg}/bin/ffprobe" 35 ''; 36
··· 1 + { stdenv, fetchurl, pkgs, unzip, sqlite, makeWrapper, mono54, ffmpeg, ... }: 2 3 stdenv.mkDerivation rec { 4 name = "emby-${version}"; ··· 14 makeWrapper 15 ]; 16 propagatedBuildInputs = with pkgs; [ 17 + mono54 18 sqlite 19 ]; 20 ··· 30 mkdir -p $out/bin 31 cp -r * $out/bin 32 33 + makeWrapper "${mono54}/bin/mono" $out/bin/MediaBrowser.Server.Mono \ 34 --add-flags "$out/bin/MediaBrowser.Server.Mono.exe -ffmpeg ${ffmpeg}/bin/ffmpeg -ffprobe ${ffmpeg}/bin/ffprobe" 35 ''; 36