summary refs log tree commit diff
path: root/pkgs/os-specific/linux/firmware
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2019-10-01 08:41:58 -0400
committerEdmund Wu <fangkazuto@gmail.com>2019-10-01 08:43:15 -0400
commit0266449187ebc8efe75124cc35f7f079d6976c0b (patch)
treef229ae6b0517ccbfdd0d944f00cb3a6247d87310 /pkgs/os-specific/linux/firmware
parent436d94feeafeb32ca7f763da8f47e4cd87846454 (diff)
downloadnixpkgs-0266449187ebc8efe75124cc35f7f079d6976c0b.tar
nixpkgs-0266449187ebc8efe75124cc35f7f079d6976c0b.tar.gz
nixpkgs-0266449187ebc8efe75124cc35f7f079d6976c0b.tar.bz2
nixpkgs-0266449187ebc8efe75124cc35f7f079d6976c0b.tar.lz
nixpkgs-0266449187ebc8efe75124cc35f7f079d6976c0b.tar.xz
nixpkgs-0266449187ebc8efe75124cc35f7f079d6976c0b.tar.zst
nixpkgs-0266449187ebc8efe75124cc35f7f079d6976c0b.zip
raspberrypifw: 1.20190819 -> 1.20190925
Diffstat (limited to 'pkgs/os-specific/linux/firmware')
-rw-r--r--pkgs/os-specific/linux/firmware/raspberrypi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/firmware/raspberrypi/default.nix b/pkgs/os-specific/linux/firmware/raspberrypi/default.nix
index 98cf56f799e..a8c4bd559d3 100644
--- a/pkgs/os-specific/linux/firmware/raspberrypi/default.nix
+++ b/pkgs/os-specific/linux/firmware/raspberrypi/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "raspberrypi-firmware";
-  version = "1.20190819";
+  version = "1.20190925";
 
   src = fetchFromGitHub {
     owner = "raspberrypi";
     repo = "firmware";
     rev = version;
-    sha256 = "0qzpc092qg748i5s23xa1jk6qpga9wn0441r2awsz0apkysqx5fj";
+    sha256 = "0xyj3f04dcfnl9hp8hakgwcb1msqh7934n0pclcmzy47xjkz7ris";
   };
 
   installPhase = ''