Skip to content

Commit

Permalink
twitch-dl: 2.5.0 -> 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds committed Sep 5, 2024
1 parent e6c5bcc commit 8798933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/tw/twitch-dl/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

python3Packages.buildPythonApplication rec {
pname = "twitch-dl";
version = "2.5.0";
version = "2.6.0";
pyproject = true;

src = fetchFromGitHub {
owner = "ihabunek";
repo = "twitch-dl";
rev = "refs/tags/${version}";
hash = "sha256-JCBXoqtewl4WZsAGMhmbvbdXQnLKOP43VYOqH2bs30k=";
hash = "sha256-3cC8eukL3k4C9desqCMak1wAFFYcrtcpCM3ybMqrJ8A=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit 8798933

Please sign in to comment.