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
1 changed files with 2 additions and 2 deletions

View File

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