Unverified Commit 76d97fcf authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #274866 from ThatLurker/update-yle-dl

yle-dl: 20220425 -> 20240130
parents 415bae47 7b98ed11
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@

python3Packages.buildPythonApplication rec {
  pname = "yle-dl";
  version = "20220830";
  version = "20240130";

  src = fetchFromGitHub {
    owner = "aajanki";
    repo = "yle-dl";
    rev = version;
    hash = "sha256-pQIe5kYsiK1tHx3hx4bgpS5UwuBrEyX3SBMLwSjxXc4=";
    hash = "sha256-I2DP14PfeU+cDst098SXn6OVx5FKrH/KgKtVfmRPVqE=";
  };

  propagatedBuildInputs = with python3Packages; [