YtDlp : Update to 2024.04.09.

This commit is contained in:
Dmitry Voronin 2024-04-26 15:12:41 +03:00
parent 714d73eb18
commit 21525c102b
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -1,6 +1,6 @@
{ lib, stdenv, fetchurl, autoPatchelfHook }: let
version = "2024.03.10";
hash = "sha256-sYhSMRngpDaPU+Ea0PIjx+1EqKKGY+S2wgUSLaA39Hs=";
version = "2024.04.09";
hash = "sha256-agT93DYJ0ic2w5ojumGRMzJomt6DgIkqrIRvTO11PHs=";
in stdenv.mkDerivation {
name = "ytdlp";