mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
honcho: md5->sha256
This commit is contained in:
parent
dcfc5fdbf3
commit
c7a5edcb7c
@ -7,7 +7,7 @@ let honcho = buildPythonApplication rec {
|
|||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/nickstenning/honcho/archive/v${version}.tar.gz";
|
url = "https://github.com/nickstenning/honcho/archive/v${version}.tar.gz";
|
||||||
md5 = "f5e6a7f6c1d0c167d410d7f601b4407e";
|
sha256 = "1ishyzvq19hdln2nn3bjlk0kwfqsbddpypp28n88jp3px6832w02";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with pythonPackages; [ nose mock jinja2 ];
|
buildInputs = with pythonPackages; [ nose mock jinja2 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user