Skip to content

Commit 738f764

Browse files
edwtjopeterhoeg
authored andcommittedMay 26, 2017
kodi: 17.2 -> 17.3
(cherry picked from commit 0c61530)
1 parent a178872 commit 738f764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/video/kodi/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ let
5454
};
5555
in stdenv.mkDerivation rec {
5656
name = "kodi-${version}";
57-
version = "17.2";
57+
version = "17.3";
5858

5959
src = fetchurl {
6060
url = "https://github.com/xbmc/xbmc/archive/${version}-${rel}.tar.gz";
61-
sha256 = "1zmgw65dbdpv72xfimrh02m8sdg4cb9i3hbmqzgs8x00b9n27ndf";
61+
sha256 = "189isc1jagrnq549vwpvb0x1w6p0mkjwv7phm8dzvki96wx6bs0x";
6262
};
6363

6464
buildInputs = [

0 commit comments

Comments
 (0)