Skip to content

Commit

Permalink
Merge pull request #306413 from marsam/update-twitch-dl
Browse files Browse the repository at this point in the history
twitch-dl: 2.2.0 -> 2.2.2
  • Loading branch information
marsam authored Apr 24, 2024
2 parents 333a92f + ea37601 commit 1a657ff
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.2.0";
version = "2.2.2";
pyproject = true;

src = fetchFromGitHub {
owner = "ihabunek";
repo = "twitch-dl";
rev = "refs/tags/${version}";
hash = "sha256-H2SxZgEjVdj/GRguJ2v/WWUrh0VTrwFV9mZVn/EYyPg=";
hash = "sha256-Os27uqH3MA3v9+8WzfL5KIEUewAzf8JUyRtsWSzw81o=";
};

postPatch = ''
Expand Down

0 comments on commit 1a657ff

Please sign in to comment.