about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-02-19 00:43:07 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-02-19 00:43:07 +0100
commit5582d8e43977d3f59ec5c4de25e274340dbd4f74 (patch)
tree2bbd8eee2bd0f8cfddbac26ff0645869b092b810 /pkgs
parent4150bf02b50037b5bf53e2c35cc842f1ae84e04e (diff)
yle-dl: 20211213 -> 20220213
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/yle-dl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/yle-dl/default.nix b/pkgs/tools/misc/yle-dl/default.nix
index 9f974c6751bb0..1c49d68cd00a8 100644
--- a/pkgs/tools/misc/yle-dl/default.nix
+++ b/pkgs/tools/misc/yle-dl/default.nix
@@ -2,13 +2,13 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "yle-dl";
-  version = "20211213";
+  version = "20220213";
 
   src = fetchFromGitHub {
     owner = "aajanki";
     repo = "yle-dl";
     rev = version;
-    sha256 = "sha256-U7ydZ6nSVtMv9mxNSWT/IICwbjK3PCBKxfqjrQ9jwW0=";
+    sha256 = "sha256-lFb8NwKg8GBgkVsg01rlGrP31APwhFaCFT7QdqiT6J0=";
   };
 
   propagatedBuildInputs = with python3Packages; [