tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
yle-dl: 20220425 -> 20240130
yle-dl: 20220425 -> 20231214
thatlurker
2 years ago
7b98ed11
f2aff727
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
yle-dl
default.nix
+2
-2
pkgs/tools/misc/yle-dl/default.nix
···
4
4
5
5
python3Packages.buildPythonApplication rec {
6
6
pname = "yle-dl";
7
7
-
version = "20220830";
7
7
+
version = "20240130";
8
8
9
9
src = fetchFromGitHub {
10
10
owner = "aajanki";
11
11
repo = "yle-dl";
12
12
rev = version;
13
13
-
hash = "sha256-pQIe5kYsiK1tHx3hx4bgpS5UwuBrEyX3SBMLwSjxXc4=";
13
13
+
hash = "sha256-I2DP14PfeU+cDst098SXn6OVx5FKrH/KgKtVfmRPVqE=";
14
14
};
15
15
16
16
propagatedBuildInputs = with python3Packages; [