Skip to content

Commit

Permalink
U-Boot: 2016.11 -> 2017.01
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Jan 20, 2017
1 parent 6b124e2 commit 1feedf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/misc/uboot/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 1feedf2

Please sign in to comment.