Unverified Commit 8697a5ae authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

Merge pull request #318208 from r-ryantm/auto-update/moodle-dl

moodle-dl: 2.3.7 -> 2.3.9
parents 652e2071 2e0b011b
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.7";
  version = "2.3.9";

  src = fetchFromGitHub {
    owner = "C0D3D3V";
    repo = "Moodle-DL";
    rev = "refs/tags/${version}";
    hash = "sha256-IBd8cVXxbQ8oR10RXSPmu5cLajn5PuNXomXHOWsXfdM=";
    hash = "sha256-GTOeqHWtFsuf5KcklEidjBNJP/9rtMGnQFym3PSp+ss=";
  };

  propagatedBuildInputs = with python3Packages; [