emby: 3.0.6400 -> 3.0.7100
This commit is contained in:
parent
fc74bf2ccc
commit
e6eeaf3ac1
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "emby-${version}";
|
name = "emby-${version}";
|
||||||
version = "3.0.6400";
|
version = "3.0.7100";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/MediaBrowser/Emby/archive/${version}.tar.gz";
|
url = "https://github.com/MediaBrowser/Emby/archive/${version}.tar.gz";
|
||||||
sha256 = "08zwqqilfs3y2kjqfan4ya0s9pns6g1pgh6wciabjzv2v2ra9kq3";
|
sha256 = "0fxqk4p8p72bjzlbl8da988xr6bryr1zpvaaf8if6vnclly4vmny";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pkgs; [
|
propagatedBuildInputs = with pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user