Merge pull request #200881 from r-ryantm/auto-update/nrfutil

nrfutil: 6.1.6 -> 6.1.7
This commit is contained in:
Weijia Wang 2023-03-17 13:01:56 +02:00 committed by GitHub
commit 117dceb503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "nrfutil";
version = "6.1.6";
version = "6.1.7";
src = fetchFromGitHub {
owner = "NordicSemiconductor";
repo = "pc-nrfutil";
rev = "v${version}";
sha256 = "sha256-UiGNNJxNSpIzpeYMlzocLG2kuetl8xti5A3n6zz0lcY=";
rev = "refs/tags/v${version}";
sha256 = "sha256-WiXqeQObhXszDcLxJN8ABd2ZkxsOUvtZQSVP8cYlT2M=";
};
propagatedBuildInputs = [