summary refs log tree commit diff
path: root/pkgs/os-specific/linux/raspberrypi-eeprom
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2023-01-19 11:15:43 +0100
committerLuflosi <luflosi@luflosi.de>2023-01-19 11:15:43 +0100
commit454302cf2a36b08369aefd1094a5c42f88e5be9b (patch)
tree7d979084e74a423524432560f1166b0873490db6 /pkgs/os-specific/linux/raspberrypi-eeprom
parentc8ef918e2d10676544124b04fe015e33de43693b (diff)
downloadnixpkgs-454302cf2a36b08369aefd1094a5c42f88e5be9b.tar
nixpkgs-454302cf2a36b08369aefd1094a5c42f88e5be9b.tar.gz
nixpkgs-454302cf2a36b08369aefd1094a5c42f88e5be9b.tar.bz2
nixpkgs-454302cf2a36b08369aefd1094a5c42f88e5be9b.tar.lz
nixpkgs-454302cf2a36b08369aefd1094a5c42f88e5be9b.tar.xz
nixpkgs-454302cf2a36b08369aefd1094a5c42f88e5be9b.tar.zst
nixpkgs-454302cf2a36b08369aefd1094a5c42f88e5be9b.zip
raspberrypi-eeprom: 2022.12.07-138a1 -> 2023.01.11-138c0
https://github.com/raspberrypi/rpi-eeprom/releases/tag/v2023.01.11-138c0
Diffstat (limited to 'pkgs/os-specific/linux/raspberrypi-eeprom')
-rw-r--r--pkgs/os-specific/linux/raspberrypi-eeprom/default.nix4
1 files 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 63ab388eb61..3c19db40391 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 ];