mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
U-Boot: 2016.11 -> 2017.01
This commit is contained in:
parent
6b124e29e8
commit
1feedf25df
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@ let
|
|||
stdenv.mkDerivation (rec {
|
||||
|
||||
name = "uboot-${defconfig}-${version}";
|
||||
version = "2016.11";
|
||||
version = "2017.01";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2";
|
||||
sha256 = "1j6dkd9fqiibsdv0smq6q4x5zgyd4i1n4lk7prm47h6wcmjkx0a5";
|
||||
sha256 = "1wpc51jm3zyibgcr78jng2yksqvrya76bxgsr4pcyjrsz5sm2hkc";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ bc dtc ];
|
||||
|
|
Loading…
Reference in a new issue