about summary refs log tree commit diff
path: root/pkgs/applications/video/streamlink
diff options
context:
space:
mode:
authorMichael Hoang <enzime@users.noreply.github.com>2020-01-28 18:17:42 +1100
committerMichael Hoang <enzime@users.noreply.github.com>2020-01-28 18:17:42 +1100
commit8d254497586074668506d3c9c57601a243b90a6f (patch)
tree3f5a86d18ec8e280e149ee9b1fc648190be08f6d /pkgs/applications/video/streamlink
parente59dcf8ccec439f54dc52ffd5832610fc3f6c9c2 (diff)
streamlink: 1.3.0 -> 1.3.1
Diffstat (limited to 'pkgs/applications/video/streamlink')
-rw-r--r--pkgs/applications/video/streamlink/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/streamlink/default.nix b/pkgs/applications/video/streamlink/default.nix
index ce22d8bed2799..cf10bd223a14e 100644
--- a/pkgs/applications/video/streamlink/default.nix
+++ b/pkgs/applications/video/streamlink/default.nix
@@ -1,14 +1,14 @@
 { stdenv, pythonPackages, fetchFromGitHub, rtmpdump, ffmpeg }:
 
 pythonPackages.buildPythonApplication rec {
-  version = "1.3.0";
+  version = "1.3.1";
   pname = "streamlink";
 
   src = fetchFromGitHub {
     owner = "streamlink";
     repo = "streamlink";
     rev = version;
-    sha256 = "0f4qwwa5pxd4igvxq1qadqpphazlbs3c3cr29ybks2x5wajrvwah";
+    sha256 = "0scc0mzvy56b1l6iyvrzb28l8vzrxpfkn4lcwr8nnyjb7ams2xms";
   };
 
   checkInputs = with pythonPackages; [ pytest mock requests-mock freezegun ];