lol

Merge pull request #308136 from r-ryantm/auto-update/scdl

scdl: 2.7.5 -> 2.7.7

authored by

Nick Cao and committed by
GitHub
78500ab9 d3dac580

+2 -2
+2 -2
pkgs/tools/misc/scdl/default.nix
··· 2 2 3 3 python3Packages.buildPythonApplication rec { 4 4 pname = "scdl"; 5 - version = "2.7.5"; 5 + version = "2.7.7"; 6 6 format = "setuptools"; 7 7 8 8 src = fetchPypi { 9 9 inherit pname version; 10 - sha256 = "sha256-YoQaIbOfwLtkSZJGZd9CL7TZGgqjfohJfrnQ3t5uLU0="; 10 + sha256 = "sha256-/QQb8xbi0rv5dU3WFr/hm2BuM/iDZ2OhrGjuqsQMqdk="; 11 11 }; 12 12 13 13 propagatedBuildInputs = with python3Packages; [