From 454302cf2a36b08369aefd1094a5c42f88e5be9b Mon Sep 17 00:00:00 2001 From: Luflosi Date: Thu, 19 Jan 2023 11:15:43 +0100 Subject: [PATCH] raspberrypi-eeprom: 2022.12.07-138a1 -> 2023.01.11-138c0 https://github.com/raspberrypi/rpi-eeprom/releases/tag/v2023.01.11-138c0 --- pkgs/os-specific/linux/raspberrypi-eeprom/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/raspberrypi-eeprom/default.nix b/pkgs/os-specific/linux/raspberrypi-eeprom/default.nix index 63ab388eb61f..3c19db403917 100644 --- a/pkgs/os-specific/linux/raspberrypi-eeprom/default.nix +++ b/pkgs/os-specific/linux/raspberrypi-eeprom/default.nix @@ -3,13 +3,13 @@ }: stdenvNoCC.mkDerivation rec { pname = "raspberrypi-eeprom"; - version = "2022.12.07-138a1"; + version = "2023.01.11-138c0"; src = fetchFromGitHub { owner = "raspberrypi"; repo = "rpi-eeprom"; rev = "v${version}"; - hash = "sha256-/Q9zj/Hn/8S7bF1CN6ZCg705VYU+QUagNr4RNgZl+oA="; + hash = "sha256-z3VyqdSkvxAgVmtMI/Is9qYrOeDXlyVLwHSSC2+AxcA="; }; buildInputs = [ python3 ];