mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
Fix the sha256 for PyBrowserID
This commit is contained in:
parent
bb02daf594
commit
55cf2a36f2
@ -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; {
|
||||||
|
Loading…
Reference in New Issue
Block a user