lol

yle-dl: 20220425 -> 20240130

yle-dl: 20220425 -> 20231214

+2 -2
+2 -2
pkgs/tools/misc/yle-dl/default.nix
··· 4 4 5 5 python3Packages.buildPythonApplication rec { 6 6 pname = "yle-dl"; 7 - version = "20220830"; 7 + version = "20240130"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "aajanki"; 11 11 repo = "yle-dl"; 12 12 rev = version; 13 - hash = "sha256-pQIe5kYsiK1tHx3hx4bgpS5UwuBrEyX3SBMLwSjxXc4="; 13 + hash = "sha256-I2DP14PfeU+cDst098SXn6OVx5FKrH/KgKtVfmRPVqE="; 14 14 }; 15 15 16 16 propagatedBuildInputs = with python3Packages; [