7 stdenv.mkDerivation rec {
9 version = "unstable-2022-10-20";
11 src = fetchFromGitHub {
14 rev = "e7ca70eff2dc278607cc07f6654bbddacb2e4ff6";
15 hash = "sha256-Y2yVr/BuOah5yMvF5EvM7frEUY8r+Hf4bNIKVkHgvQs=";
24 install -D mvebu64boot $out/bin/mvebu64boot
29 description = "Boot 64-bit Marvell EBU SoC over UART";
30 license = licenses.gpl3Only;
31 maintainers = with maintainers; [ lukegb ];
32 platforms = platforms.all;
33 mainProgram = "mvebu64boot";