forked from mirrors/nixpkgs
coursera-dl: 0.11.4 -> 0.11.5
This commit is contained in:
parent
f79e10061f
commit
8963b4aed4
|
@ -5,13 +5,13 @@ let
|
||||||
|
|
||||||
in pythonPackages.buildPythonApplication rec {
|
in pythonPackages.buildPythonApplication rec {
|
||||||
pname = "coursera-dl";
|
pname = "coursera-dl";
|
||||||
version = "0.11.4";
|
version = "0.11.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "coursera-dl";
|
owner = "coursera-dl";
|
||||||
repo = "coursera-dl";
|
repo = "coursera-dl";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0dn7a6s98dwba62r0dyabq8pryzga4b2wpx88i9bmp7ja1b1f92f";
|
sha256 = "0akgwzrsx094jj30n4bd2ilwgva4qxx38v3bgm69iqfxi8c2bqbk";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with pythonPackages; [ pandoc ];
|
nativeBuildInputs = with pythonPackages; [ pandoc ];
|
||||||
|
|
Loading…
Reference in a new issue