mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
yle-dl: 20250730 -> 20260624
This commit is contained in:
parent
6d8d36cd56
commit
3b25bfd24c
1 changed files with 2 additions and 2 deletions
|
|
@ -8,13 +8,13 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "20250730";
|
||||
version = "20260624";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "aajanki";
|
||||
repo = "yle-dl";
|
||||
tag = "releases/${version}";
|
||||
hash = "sha256-85Dj+r6heusvT3+y3SNYBBa5h/tje0G4XHmfJpCwkMY=";
|
||||
hash = "sha256-7wI7GKMdj28ef6M8eqkeuLytliU0D3arE0IXk5uhVfg=";
|
||||
};
|
||||
in
|
||||
python3Packages.buildPythonApplication {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue