Merge pull request #112894 from siriobalmelli-foss/fix/nrfutil

nrfutil: python37Packages -> python3Packages
This commit is contained in:
Sandro 2021-02-12 14:36:40 +01:00 committed by GitHub
commit ab0c20d917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ lib, python37Packages, fetchFromGitHub }:
{ lib, python3Packages, fetchFromGitHub }:
with python37Packages; buildPythonApplication rec {
with python3Packages; buildPythonApplication rec {
pname = "nrfutil";
version = "6.1";