summary refs log tree commit diff
path: root/pkgs/os-specific/linux/firmware/raspberrypi
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-11-28 00:23:40 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-11-28 00:23:40 +0200
commit25d6bfa2585b39beaeeb54a090d8e29a8787f783 (patch)
treedb0b37cff47934016d59f7a9fbe62506c2554660 /pkgs/os-specific/linux/firmware/raspberrypi
parent02e1846d6269125896ceeccfcd3aae4af0670122 (diff)
downloadnixpkgs-25d6bfa2585b39beaeeb54a090d8e29a8787f783.tar
nixpkgs-25d6bfa2585b39beaeeb54a090d8e29a8787f783.tar.gz
nixpkgs-25d6bfa2585b39beaeeb54a090d8e29a8787f783.tar.bz2
nixpkgs-25d6bfa2585b39beaeeb54a090d8e29a8787f783.tar.lz
nixpkgs-25d6bfa2585b39beaeeb54a090d8e29a8787f783.tar.xz
nixpkgs-25d6bfa2585b39beaeeb54a090d8e29a8787f783.tar.zst
nixpkgs-25d6bfa2585b39beaeeb54a090d8e29a8787f783.zip
raspberrypifw: 1.20160620 -> 1.20161020
Diffstat (limited to 'pkgs/os-specific/linux/firmware/raspberrypi')
-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 2ee232e877d..1c1b11f1ef4 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 {
   name = "raspberrypi-firmware-${version}";
-  version = "1.20160620";
+  version = "1.20161020";
 
   src = fetchFromGitHub {
     owner = "raspberrypi";
     repo = "firmware";
     rev = version;
-    sha256 = "06g691px0abndp5zvz2ba1g675rcqb64n055h5ahgnlck5cdpawg";
+    sha256 = "073cry7xqrbkn8p1qzl4f3z6jvcbks4i61fz7i2pbwa60vddcp34";
   };
 
   dontStrip = true;    # Stripping breaks some of the binaries