yle-dl: 20260624 -> 20260716

This commit is contained in:
R. Ryantm
2026-07-17 11:05:55 +00:00
parent 705ffce919
commit bd95f85bb6
+2 -2
View File
@@ -8,13 +8,13 @@
}:
let
version = "20260624";
version = "20260716";
src = fetchFromGitHub {
owner = "aajanki";
repo = "yle-dl";
tag = "releases/${version}";
hash = "sha256-7wI7GKMdj28ef6M8eqkeuLytliU0D3arE0IXk5uhVfg=";
hash = "sha256-UU1IWvg6uwsjnnBcv1WgQMxcraBZQwDYVAQ+58DrzFo=";
};
in
python3Packages.buildPythonApplication {