Fix the sha256 for PyBrowserID

This commit is contained in:
Alexis Métaireau 2014-12-08 20:22:26 +01:00
parent bb02daf594
commit 55cf2a36f2

View File

@ -11161,10 +11161,10 @@ let
src = pkgs.fetchgit { src = pkgs.fetchgit {
url = https://github.com/mozilla/PyBrowserID.git; url = https://github.com/mozilla/PyBrowserID.git;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
sha256 = "1v9pjb9idapjlc75p6h06kx7bi8zxhfgj93yxq1bn337kmyk1xdf"; sha256 = "0nyqb0v8yrkqnrqsh1hlhvzr2pyvkxvkw701p3gpsvk29c0gb5n6";
}; };
buildInputs = with self; [ mock unittest2 argparse configparser ]; buildInputs = with self; [ mock unittest2 ];
propagatedBuildInputs = with self; [ requests ]; propagatedBuildInputs = with self; [ requests ];
meta = with stdenv.lib; { meta = with stdenv.lib; {