Merge pull request #327198 from ThatLurker/update-yle-dl

yle-dl: 20240130 -> 20240706
This commit is contained in:
Sandro 2024-07-17 23:06:40 +02:00 committed by GitHub
commit 4f2e1fe9fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,13 +4,13 @@
python3Packages.buildPythonApplication rec {
pname = "yle-dl";
version = "20240130";
version = "20240706";
src = fetchFromGitHub {
owner = "aajanki";
repo = "yle-dl";
rev = version;
hash = "sha256-I2DP14PfeU+cDst098SXn6OVx5FKrH/KgKtVfmRPVqE=";
hash = "sha256-X5fkcJgTVGASoVvvshGWUFNzB1V4KMSKgwoxzP62mxc=";
};
propagatedBuildInputs = with python3Packages; [