Commit 9c0546af authored by R. RyanTM's avatar R. RyanTM
Browse files

streamlink: 7.1.1 -> 7.1.2

parent 93dbaf6d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@

python3Packages.buildPythonApplication rec {
  pname = "streamlink";
  version = "7.1.1";
  version = "7.1.2";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-wYge0LulNhLZedmpGLfewFb8k80gKlsHoIDlVo29q0w=";
    hash = "sha256-YcCORSs6DTKmX2NrMI+mQDpHcoI4fp8jM8/OPDhFb9c=";
  };

  patches = [