Skip to content

Commit

Permalink
Fix the sha256 for PyBrowserID
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Dec 8, 2014
1 parent bb02daf commit 55cf2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11161,10 +11161,10 @@ let
src = pkgs.fetchgit {
url = https://github.com/mozilla/PyBrowserID.git;
rev = "refs/tags/${version}";
sha256 = "1v9pjb9idapjlc75p6h06kx7bi8zxhfgj93yxq1bn337kmyk1xdf";
sha256 = "0nyqb0v8yrkqnrqsh1hlhvzr2pyvkxvkw701p3gpsvk29c0gb5n6";
};

buildInputs = with self; [ mock unittest2 argparse configparser ];
buildInputs = with self; [ mock unittest2 ];
propagatedBuildInputs = with self; [ requests ];

meta = with stdenv.lib; {
Expand Down

0 comments on commit 55cf2a3

Please sign in to comment.