tartube-yt-dlp: 2.3.367 -> 2.4.093

This commit is contained in:
R. Ryantm 2022-08-19 19:12:07 +00:00
parent 4b78546205
commit f5125bb910

View file

@ -15,13 +15,13 @@
python3Packages.buildPythonApplication rec {
pname = "tartube";
version = "2.3.367";
version = "2.4.093";
src = fetchFromGitHub {
owner = "axcore";
repo = "tartube";
rev = "v${version}";
sha256 = "sha256-ZoNe3Ibv0adM6Is5cWMqfUrr0U3R951IJFsdEm1bztc=";
rev = "refs/tags/v${version}";
sha256 = "sha256-l8jB+3vY9jOlCaLDHAvDm1Ko7viHbnRBIMEXLb/k2z0=";
};
nativeBuildInputs = [