python3Packages.mac-vendor-lookup: pick correct src version
The previous commit was missing the version bump.
This commit is contained in:
parent
3f5230c22b
commit
6a395166ac
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ buildPythonPackage rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bauerj";
|
owner = "bauerj";
|
||||||
repo = "mac_vendor_lookup";
|
repo = "mac_vendor_lookup";
|
||||||
rev = "5b57faac0c5a701a7e18085e331853397b68c07c";
|
rev = "90dbea48f8a9d567b5f9039ebd151ddfe7d12a19";
|
||||||
hash = "sha256-F/aiMs+J4bAesr6mKy+tYVjAjZ3l9vyHxV7zaaB6KbA=";
|
hash = "sha256-mPPJDrWdyvkTdb4WfeTNYwuC+Ek9vH7ORKRTREg+vK8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue