# HG changeset patch # User Martin Bornhold # Date 2016-09-28 09:29:44 # Node ID 5a048c57df663606f2497ec5de35429971582d9d # Parent 6903ccc9afde746a41ebe21a06966681042e2de9 nix: Updated hash of rhodecode-tools. This should be the last time we have to update the hash without code changes in rhodecode-tools becuase the archive creation now uses the modifucation time of the changeset. Therefore the hash only changes if another commit is referenced. diff --git a/pkgs/python-packages.nix b/pkgs/python-packages.nix --- a/pkgs/python-packages.nix +++ b/pkgs/python-packages.nix @@ -1433,7 +1433,7 @@ propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests Whoosh elasticsearch elasticsearch-dsl]; src = fetchurl { url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.10.0.zip"; - md5 = "e9bf3328d287707ca331bc430f868f85"; + md5 = "8b74bc075ae7dd55fbd480a2406630c8"; }; meta = { license = [ { fullName = "AGPLv3 and Proprietary"; } ]; diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b/requirements.txt @@ -123,7 +123,7 @@ pyzmq==14.6.0 # TODO: This is not available in public # rc-testdata==0.2.0 -https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.10.0.zip#md5=e9bf3328d287707ca331bc430f868f85 +https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.10.0.zip#md5=8b74bc075ae7dd55fbd480a2406630c8 recaptcha-client==1.0.6