From 93e55cd6da56ffeaca09dd14f103f196c47e95c0 Mon Sep 17 00:00:00 2001 From: Martin Bornhold Date: Wed, 28 Sep 2016 11:29:44 +0200 Subject: [PATCH] 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. --- pkgs/python-packages.nix | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/python-packages.nix b/pkgs/python-packages.nix index 030ad5a2..4c1f2229 100644 --- 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 index 3ff37cec..5798806e 100644 --- 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