mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
raspberrypi-firmware: Update to latest version as of 20130826 (rev 3ab17ac25e)
This commit is contained in:
parent
991a617025
commit
38ba397afd
@ -1,11 +1,15 @@
|
|||||||
{stdenv, fetchurl }:
|
{stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
let
|
||||||
name = "raspberrypi-firmware-20160106";
|
|
||||||
|
rev = "3ab17ac25e";
|
||||||
|
|
||||||
|
in stdenv.mkDerivation {
|
||||||
|
name = "raspberrypi-firmware-${rev}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/raspberrypi/firmware/archive/4ade27942e.tar.gz";
|
url = "https://github.com/raspberrypi/firmware/archive/${rev}.tar.gz";
|
||||||
sha256 = "0f4p920vr7dcj4hprgil8baqqbnsjx1jykz0pkdx29mqy0n0xanl";
|
sha256 = "080va4zz858bwwgxam8zy58gpwjpxfg7v5h1q5b4cpbzjihsxcx9";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user