Skip to content

Commit

Permalink
Merge pull request #229299 from eyJhb/nrfconnect4
Browse files Browse the repository at this point in the history
nrfconnect: 3.11.1 -> 4.0.1
  • Loading branch information
wegank authored May 2, 2023
2 parents 98af9ca + b06519d commit 1a411f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/bluetooth/nrfconnect/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

let
pname = "nrfconnect";
version = "3.11.1";
version = "4.0.1";

src = fetchurl {
url = "https://nsscprodmedia.blob.core.windows.net/prod/software-and-other-downloads/desktop-software/nrf-connect-for-desktop/${lib.versions.major version}-${lib.versions.minor version}-${lib.versions.patch version}/nrfconnect-${version}-x86_64.appimage";
sha256 = "sha256-Q6QAFqTCFEcZBIlH9KaO4oAYiwCExvJ3h1PBtlGbhhA=";
sha256 = "sha256-Mh4DrXn3DS5qOz3109lmXyFn28WenG6ZSvqFnUuc+rw=";
name = "${pname}-${version}.AppImage";
};

Expand Down

0 comments on commit 1a411f2

Please sign in to comment.