Skip to content

Commit 2e3ba1b

Browse files
committed
kodi.packages.inputstream-rtmp: 19.0.1 -> 20.3.0
1 parent b520a0c commit 2e3ba1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/applications/video/kodi/addons/inputstream-rtmp

pkgs/applications/video/kodi/addons/inputstream-rtmp/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
buildKodiBinaryAddon rec {
44
pname = "inputstream-rtmp";
55
namespace = "inputstream.rtmp";
6-
version = "19.0.1";
6+
version = "20.3.0";
77

88
src = fetchFromGitHub {
99
owner = "xbmc";
1010
repo = "inputstream.rtmp";
1111
rev = "${version}-${rel}";
12-
sha256 = "sha256-BNc9HJ4Yq1WTxTr7AUHBB9yDz8oefy2EtFRwVYVGcaY=";
12+
sha256 = "sha256-VF2DpQXXU+rj76e/de5YB1T7dzeOjmO0dpsPVqEnMy4=";
1313
};
1414

1515
extraBuildInputs = [ openssl rtmpdump zlib ];

0 commit comments

Comments
 (0)