mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
rpiboot-unstable: unstable-2020-10-20 -> 2021.07.01
This commit is contained in:
parent
ecc968543c
commit
79bb3ad904
@ -1,14 +1,14 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, libusb1 }:
|
{ lib, stdenv, fetchFromGitHub, libusb1 }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
pname = "rpiboot";
|
pname = "rpiboot";
|
||||||
version = "unstable-2020-10-20";
|
version = "2021.07.01";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "raspberrypi";
|
owner = "raspberrypi";
|
||||||
repo = "usbboot";
|
repo = "usbboot";
|
||||||
rev = "d3760e119385a179765f43a50a8e051a44127c25";
|
rev = "v${version}";
|
||||||
sha256 = "0vygzh2h27xplqp1x4isj6kgrgmvmvc1mr3ghmsi98kzp91w772r";
|
sha256 = "sha256-BkNyYCrasfiRs7CbJa7tCo2k70TLGcXkOX+zGPyZGGE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ libusb1 ];
|
nativeBuildInputs = [ libusb1 ];
|
||||||
@ -26,7 +26,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/raspberrypi/usbboot";
|
homepage = "https://github.com/raspberrypi/usbboot";
|
||||||
description = "Utility to boot a Raspberry Pi CM/CM3/Zero over USB";
|
description = "Utility to boot a Raspberry Pi CM/CM3/CM4/Zero over USB";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ cartr ];
|
maintainers = with maintainers; [ cartr ];
|
||||||
platforms = [ "aarch64-linux" "armv7l-linux" "armv6l-linux" "x86_64-linux" ];
|
platforms = [ "aarch64-linux" "armv7l-linux" "armv6l-linux" "x86_64-linux" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user