8 stdenvNoCC.mkDerivation (finalAttrs: {
12 src = fetchFromGitHub {
13 owner = "NordicSemiconductor";
15 rev = "v${finalAttrs.version}";
16 hash = "sha256-bEIAsz9ZwX6RTzhv5/waFZ5a3KlnwX4kQs29+475zN0=";
26 cp -r nrf-udev_*/lib $out
31 passthru.updateScript = gitUpdater { rev-prefix = "v"; };
34 description = "Udev rules for nRF (Nordic Semiconductor) development kits";
35 homepage = "https://github.com/NordicSemiconductor/nrf-udev";
36 changelog = "https://github.com/NordicSemiconductor/nrf-udev/releases/tag/${finalAttrs.src.rev}";
37 license = licenses.unfree;
38 platforms = platforms.all;
39 maintainers = with maintainers; [ h7x4 ];