raspberrypi-firmware: Update version to 1.20190620+1

This commit is contained in:
duck 2019-06-26 23:27:02 +01:00
parent 8df753c598
commit 0f2f44c470
No known key found for this signature in database
GPG Key ID: AA4700F062BBD298

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 = ''