emby: 3.0.5985 -> 3.0.5986 (#17007)
This commit is contained in:
parent
193ab8be67
commit
76e4164007
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "emby-${version}";
|
name = "emby-${version}";
|
||||||
version = "3.0.5985";
|
version = "3.0.5986";
|
||||||
|
|
||||||
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 = "16p8qr9pf6ww6xdfbsqamnpk70i4dadz30lnvliyxaaslggjbh4b";
|
sha256 = "0lccyvwk9pm9vn3fg4pa9956f4xn6fcqzlyj8rkxgwf7avzibxix";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pkgs; [
|
propagatedBuildInputs = with pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user