3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #10616 from spencerjanssen/kodi-15.2

kodi: 15.1 -> 15.2
This commit is contained in:
Domen Kožar 2015-10-26 17:11:14 +01:00
commit 6e9f77dc29
2 changed files with 9 additions and 9 deletions

View file

@ -43,11 +43,11 @@ let
}; };
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "kodi-" + version; name = "kodi-" + version;
version = "15.1"; version = "15.2";
src = fetchurl { src = fetchurl {
url = "https://github.com/xbmc/xbmc/archive/${version}-${rel}.tar.gz"; url = "https://github.com/xbmc/xbmc/archive/${version}-${rel}.tar.gz";
sha256 = "0187qxzyq4nhzbcwbhi71j4bl5k7pwjryhklil90gy5ziw6n3ckj"; sha256 = "043i0f1crx9glwxil4xm45z5kxpkrx316gi4ir4d3rbd5safp2nx";
}; };
buildInputs = [ buildInputs = [

View file

@ -59,13 +59,13 @@ in
plugin = "genesis"; plugin = "genesis";
namespace = "plugin.video.genesis"; namespace = "plugin.video.genesis";
version = "4.0.1"; version = "5.1.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lambda81"; owner = "lambda81";
repo = "lambda-addons"; repo = "lambda-addons";
rev = "34af083980598177684eeb6e1e73da336b84575a"; rev = "f2cd04f33af88d60e1330573bbf2ef9cee7f0a56";
sha256 = "1fh3j4ymkrx9flpvnlyjp1q4avfmjv5a6yfwl3cmqnslkkp6kn9n"; sha256 = "0z0ldckqqif9v5nhnjr5n2495cm3z9grjmrh7czl4xlnq4bvviqq";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {
@ -81,13 +81,13 @@ in
plugin = "svtplay"; plugin = "svtplay";
namespace = "plugin.video.svtplay"; namespace = "plugin.video.svtplay";
version = "4.0.14"; version = "4.0.15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nilzen"; owner = "nilzen";
repo = "xbmc-" + plugin; repo = "xbmc-" + plugin;
rev = "a6041aa6cf8f8461c0ebb093d901320822539094"; rev = "3b926898b7007827b469ecb1c27ede4238fd26f6";
sha256 = "1nxa2855i1if4vsflhb88i9s12flp2yzgan2wzdv2117cmll4pvd"; sha256 = "1bx2c3z8rbkk75hykpmls956hfkwvsm4d8gvlrh53s8zimlwgv7k";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {
@ -105,4 +105,4 @@ in
}; };
} }