raspberrypi-eeprom: 2020-12-11 -> 2021-01-11

This commit is contained in:
Martin Weinelt 2021-02-17 04:21:38 +01:00
parent 8f1996880d
commit 9d6df5f6fe
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -3,13 +3,13 @@
}: }:
stdenvNoCC.mkDerivation { stdenvNoCC.mkDerivation {
pname = "raspberrypi-eeprom"; pname = "raspberrypi-eeprom";
version = "2020-12-11"; version = "2021-01-11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "raspberrypi"; owner = "raspberrypi";
repo = "rpi-eeprom"; repo = "rpi-eeprom";
rev = "54a9796abbee59067bff9da6b90c1014178f2c21"; rev = "54cadc816ba739afd08ead6d679e647de028a65c";
sha256 = "0yp7bn444n6yisp4hiblrm00rrvrf213amzb4sh96mlb5nhxspqk"; sha256 = "0zlacr4z6h40h0g47195xsbss29gaa7kf8r31h372sxsn8srlnjf";
}; };
buildInputs = [ python3 ]; buildInputs = [ python3 ];