Merge pull request #63835 from luaduck/rpi4-firmware

raspberrypi-firmware: Update version to 1.20190620+1
This commit is contained in:
Matthew Bauer 2019-08-14 10:22:22 -04:00 committed by GitHub
commit 4202715c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "raspberrypi-firmware";
version = "1.20190401";
version = "1.20190620+1";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = "firmware";
rev = version;
sha256 = "13q04n1hf8a52avwfp9dhsn2jpp9ivs1mj37gp0h7a6k9044s2xw";
sha256 = "0gbqlkr50qlmbpwr0n61pb58w0k3sfjfirh2y683rlkp5rlq7mrf";
};
installPhase = ''