twitch-dl: 3.0.0 -> 3.1.0 (#407583)

authored by

Peder Bergebakken Sundt and committed by
GitHub
a059c97f 38580716

+2 -2
+2 -2
pkgs/by-name/tw/twitch-dl/package.nix
··· 10 10 11 11 python3Packages.buildPythonApplication rec { 12 12 pname = "twitch-dl"; 13 - version = "3.0.0"; 13 + version = "3.1.0"; 14 14 pyproject = true; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "ihabunek"; 18 18 repo = "twitch-dl"; 19 19 tag = version; 20 - hash = "sha256-/TlJG6Mh8/Ax4bKKR/plhMMY2x6YXwcFP6zjClOPaD8="; 20 + hash = "sha256-Nn/Nwd1KvrkR+uGp8HmRGeBC7E0/Y1EVMpJAp7UDj7Q="; 21 21 }; 22 22 23 23 nativeBuildInputs = [