yle-dl: 20260624 -> 20260716 (#542914)

This commit is contained in:
Nick Cao
2026-07-20 13:13:36 +00:00
committed by GitHub
+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 {