Unverified Commit ce1a521f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

moodle-dl: 2.3.11 -> 2.3.12 (#351769)

parents da3c7d98 2b41c0a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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; [