Commit 67e372dd authored by Dee Anzorge's avatar Dee Anzorge Committed by Emery Hemingway
Browse files
parent eab212e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

python3Packages.buildPythonApplication rec {
  pname = "streamlink";
  version = "6.3.1";
  version = "6.4.1";
  format = "pyproject";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-k8Dfrl0Xie5zF/GhVdP/RKGajDyGblAwu49UekX1WEQ=";
    hash = "sha256-jj2ssAkzS60gbcm1Ddw3aNakifx4JKxCu0vHDQqSbqw=";
  };

  nativeCheckInputs = with python3Packages; [