Skip to content

Commit 899a023

Browse files
authored
twitch-dl: 2.9.2 -> 2.9.3 (NixOS#370852)
2 parents 9b779ec + b658e86 commit 899a023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/tw/twitch-dl/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
python3Packages.buildPythonApplication rec {
1111
pname = "twitch-dl";
12-
version = "2.9.2";
12+
version = "2.9.3";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "ihabunek";
1717
repo = "twitch-dl";
1818
tag = version;
19-
hash = "sha256-BIE3+SDmc5ggF9P+qeloI1JYYrEtOJQ/8oDR76i0t6c=";
19+
hash = "sha256-kkSCkSFY6UQWtzKOTJ187SDQsb+O5VRR2PRjazC83i0=";
2020
};
2121

2222
pythonRelaxDeps = [

0 commit comments

Comments
 (0)