rpiboot-unstable: 2018-03-27 -> 2020-5-11

This commit is contained in:
Ada Avery 2020-06-06 02:50:30 -07:00 committed by Michael Bishop
parent 893b1a33fa
commit 271a9a012b
No known key found for this signature in database
GPG Key ID: DF6388A85A7C8D6E
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, libusb1 }:
let
version = "2018-03-27";
version = "2020-05-11";
name = "rpiboot-unstable-${version}";
in stdenv.mkDerivation {
inherit name;
@ -9,8 +9,8 @@ in stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "raspberrypi";
repo = "usbboot";
rev = "fb86716935f2e820333b037a2ff93a338ad9b695";
sha256 = "163g7iw7kf6ra71adx6lf1xzf3kv20bppva15ljwn54jlah5mv98";
rev = "c650cd747c1d0597487dcf319bf95b5ba775d78b";
sha256 = "17kapny79dh05vfmrniqdvz6xhpwnqnw0511ycfx4qcjh4krxh8n";
};
nativeBuildInputs = [ libusb1 ];