moodle-dl: 2.3.11 -> 2.3.12

This commit is contained in:
R. Ryantm
2024-10-27 22:38:54 +00:00
parent 3e32c07b1b
commit 2b41c0a71a
+2 -2
View File
@@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "moodle-dl";
version = "2.3.11";
version = "2.3.12";
src = fetchFromGitHub {
owner = "C0D3D3V";
repo = "Moodle-DL";
rev = "refs/tags/${version}";
hash = "sha256-Rts7J4MdMo1TqUOYF1MDjwCIP66gHzxw/szIYcKZYrg=";
hash = "sha256-gf8s0+WhPQwLhS4eg3wzcDPvmhrNEgDx5yiBadpf4kI=";
};
propagatedBuildInputs = with python3Packages; [